[core] Disable call to li_plugins_init_lua() for now, causes segfault due to being called in the wrong place (srv->plugins does not exist yet)

personal/stbuehler/wip
Thomas Porzelt 13 years ago
parent b5009f18df
commit 14ed0a508b

@ -298,7 +298,7 @@ void li_lua_init(lua_State *L, liServer *srv, liWorker *wrk) {
li_lua_store_globals(L);
li_plugins_init_lua(L, srv, wrk);
//li_plugins_init_lua(L, srv, wrk);
}
void li_lua_restore_globals(lua_State *L) {

Loading…
Cancel
Save