forked from Mirrors/freeswitch
FS-4077 add missing
This commit is contained in:
parent
62c14df322
commit
40c255b4d2
@ -187,7 +187,7 @@ static int lua_parse_and_execute(lua_State * L, char *input_code)
|
||||
switch_assert(fdup);
|
||||
file = fdup;
|
||||
}
|
||||
error = luaL_loadfile(L, file) || docall(L, 0, 1, 0);
|
||||
error = luaL_loadfile(L, file) || docall(L, 0, 0, 0);
|
||||
switch_safe_free(fdup);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user