]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6151 --resolve Make the module unloadable
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Tue, 25 Feb 2014 02:21:51 +0000 (21:21 -0500)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Tue, 25 Feb 2014 02:21:51 +0000 (21:21 -0500)
src/mod/applications/mod_memcache/mod_memcache.c

index 0fed4cc516c0fc8742460f6aa669e8e63f3a219e..44ea3cc554225455e90815f6ea6c019dd6893d0b 100755 (executable)
@@ -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;
 }
 
 /*