mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-27 19:53:55 +00:00
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.
This commit is contained in:
parent
989194ca14
commit
84584d7194
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user