FS-6151 --resolve Make the module unloadable
This commit is contained in:
parent
99ab915f24
commit
f18fe5770d
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue