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

View File

@@ -493,7 +493,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_perl_load)
do_config();
return SWITCH_STATUS_SUCCESS;
return SWITCH_STATUS_NOUNLOAD;
}
/* For Emacs: