Module: sip-router
Branch: 3.2
Commit: eba84d8c55bb6f8bcafe7d70f31ab7decb1425e0
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=eba84d8…
Author: pd <peter.dunkley(a)crocodile-rcs.com>
Committer: pd <peter.dunkley(a)crocodile-rcs.com>
Date: Thu Dec 8 21:47:54 2011 +0000
modules_k/rls: removed unnecessary waitn_time <= 0 check
- This was checked twice one immediately after the other. The second check
would never fail.
(cherry picked from commit 0b6f0aec4b39e777ce11004917d77008cad225da)
---
modules_k/rls/rls.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules_k/rls/rls.c b/modules_k/rls/rls.c
index 41d845b..0cf7f8b 100644
--- a/modules_k/rls/rls.c
+++ b/modules_k/rls/rls.c
@@ -381,9 +381,6 @@ static int mod_init(void)
if(waitn_time<= 0)
waitn_time= 5;
-
- if(waitn_time<= 0)
- waitn_time= 100;
/* bind libxml wrapper functions */