Module: sip-router Branch: 3.1 Commit: 86f0ca802a1d1f7bc6da82702aa97a46e5575f5d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=86f0ca802a1d1f7bc6da82702aa97a46e5575f5d
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: Thu Apr 7 22:55:46 2011 +0200 nathelper(k): use register_dummy_timers() to handle cfg framework updates (cherry picked from commit 1decfa6aaf44cb228569cd180c57dd67375dbe43) --- modules_k/nathelper/nathelper.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules_k/nathelper/nathelper.c b/modules_k/nathelper/nathelper.c index 2b07f38..a66cfc4 100644 --- a/modules_k/nathelper/nathelper.c +++ b/modules_k/nathelper/nathelper.c @@ -649,7 +649,7 @@ mod_init(void) init_sip_ping(); } - register_procs(natping_processes); + register_dummy_timers(natping_processes); } /* Prepare 1918 networks list */ _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
