提交 9068cd99 authored 作者: Andrey Volk's avatar Andrey Volk

Merge pull request #1743 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-11732 to master

* commit 'ad7db399':
  FS-11732 [mod_kazoo] ei_init added in OTP 21.3
......@@ -519,8 +519,8 @@ switch_status_t create_acceptor() {
char ipbuf[48];
const char *ip_addr;
#if ERLANG_MAJOR >= 10
ei_init();
#if (ERLANG_MAJOR == 10 && ERLANG_MINOR >= 3) || ERLANG_MAJOR >= 11
ei_init();
#endif
/* if the config has specified an erlang release compatibility then pass that along to the erlang interface */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论