FS-6151 --resolve Make the module unloadable

This commit is contained in:
Marc Olivier Chouinard 2014-02-24 21:21:51 -05:00
parent 99ab915f24
commit f18fe5770d
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_memcache_load)
SWITCH_ADD_API(api_interface, "memcache", "Memcache API", memcache_function, "syntax"); SWITCH_ADD_API(api_interface, "memcache", "Memcache API", memcache_function, "syntax");
/* indicate that the module should continue to be loaded */ /* indicate that the module should continue to be loaded */
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_NOUNLOAD;
} }
/* /*