]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
runtime/shutdown mixed up
authorMathieu Rene <mrene@avgs.ca>
Mon, 11 Oct 2010 17:42:58 +0000 (13:42 -0400)
committerMathieu Rene <mrene@avgs.ca>
Mon, 11 Oct 2010 17:42:58 +0000 (13:42 -0400)
src/mod/applications/mod_redis/mod_redis.c

index 75dfd6fdd7d5eea897a91cdc8a06426d1ba6eb03..d20ab934f376c107a79824e177d2add3812d8dec 100755 (executable)
@@ -34,7 +34,7 @@
 
 SWITCH_MODULE_LOAD_FUNCTION(mod_redis_load);
 SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_redis_shutdown);
-SWITCH_MODULE_DEFINITION(mod_redis, mod_redis_load, NULL, mod_redis_shutdown);
+SWITCH_MODULE_DEFINITION(mod_redis, mod_redis_load, mod_redis_shutdown, NULL);
 
 static struct{
        char *host;