提交 84584d71 authored 作者: Mitch Capper's avatar Mitch Capper 提交者: Mike Jerris

Resolves FS-10071. Fixed newer (perl 5.22 and up) versions of perl from…

Resolves FS-10071. Fixed newer (perl 5.22 and up) versions of perl from crashing, -e means evaluate the following string and it does not like emptystr.
上级 989194ca
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#include <EXTERN.h> #include <EXTERN.h>
#include <perl.h> #include <perl.h>
#include <switch.h> #include <switch.h>
static char *embedding[] = { "", "-e", "" }; static char *embedding[] = { "", "-e", "0" };
EXTERN_C void xs_init(pTHX); EXTERN_C void xs_init(pTHX);
SWITCH_MODULE_LOAD_FUNCTION(mod_perl_load); SWITCH_MODULE_LOAD_FUNCTION(mod_perl_load);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论