Prevent unloading of embedded languages modules (also fixes MODLANG-121)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14491 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene
2009-08-11 16:03:31 +00:00
parent cf2f46db2b
commit 13e6519066
6 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -462,7 +462,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_lua_load)
do_config();
/* indicate that the module should continue to be loaded */
return SWITCH_STATUS_SUCCESS;
return SWITCH_STATUS_NOUNLOAD;
}
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_lua_shutdown)