From: Mathieu Rene Date: Sat, 17 Jul 2010 02:57:24 +0000 (-0400) Subject: mod_hash: remove runtime function properly X-Git-Tag: v1.2-rc1~541^2~5^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a55747aae2b8c6dd0ab3902f6377a7cef4138705;p=thirdparty%2Ffreeswitch.git mod_hash: remove runtime function properly --- diff --git a/src/mod/applications/mod_hash/mod_hash.c b/src/mod/applications/mod_hash/mod_hash.c index c6faf1d390..0be78670e7 100644 --- a/src/mod/applications/mod_hash/mod_hash.c +++ b/src/mod/applications/mod_hash/mod_hash.c @@ -39,9 +39,8 @@ #define LIMIT_HASH_CLEANUP_INTERVAL 900 SWITCH_MODULE_LOAD_FUNCTION(mod_hash_load); -SWITCH_MODULE_RUNTIME_FUNCTION(mod_hash_runtime); SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_hash_shutdown); -SWITCH_MODULE_DEFINITION(mod_hash, mod_hash_load, mod_hash_shutdown, mod_hash_runtime); +SWITCH_MODULE_DEFINITION(mod_hash, mod_hash_load, mod_hash_shutdown, NULL); /* CORE STUFF */ static struct {