FS-4077 add missing

This commit is contained in:
Jeff Lenk 2012-04-11 08:17:39 -05:00
parent 62c14df322
commit 40c255b4d2

View File

@ -187,7 +187,7 @@ static int lua_parse_and_execute(lua_State * L, char *input_code)
switch_assert(fdup); switch_assert(fdup);
file = 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); switch_safe_free(fdup);
} }
} }