From: Marc Olivier Chouinard Date: Tue, 25 Feb 2014 02:21:51 +0000 (-0500) Subject: FS-6151 --resolve Make the module unloadable X-Git-Tag: v1.5.8~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f18fe5770df52fcff765f72035dd293c8fc5ecdc;p=thirdparty%2Ffreeswitch.git FS-6151 --resolve Make the module unloadable --- diff --git a/src/mod/applications/mod_memcache/mod_memcache.c b/src/mod/applications/mod_memcache/mod_memcache.c index 0fed4cc516..44ea3cc554 100755 --- a/src/mod/applications/mod_memcache/mod_memcache.c +++ b/src/mod/applications/mod_memcache/mod_memcache.c @@ -387,7 +387,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_memcache_load) SWITCH_ADD_API(api_interface, "memcache", "Memcache API", memcache_function, "syntax"); /* indicate that the module should continue to be loaded */ - return SWITCH_STATUS_SUCCESS; + return SWITCH_STATUS_NOUNLOAD; } /*