]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_hash: remove runtime function properly
authorMathieu Rene <mrene@avgs.ca>
Sat, 17 Jul 2010 02:57:24 +0000 (22:57 -0400)
committerMathieu Rene <mrene@avgs.ca>
Sat, 17 Jul 2010 02:57:24 +0000 (22:57 -0400)
src/mod/applications/mod_hash/mod_hash.c

index c6faf1d3907b8832c8c86bf4617005d319594f17..0be78670e7fdb927289c7af3838ae478b0ca95cd 100644 (file)
@@ -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 {