Browse Source

modules_k/rls: removed unnecessary waitn_time <= 0 check

- This was checked twice one immediately after the other.  The second check
  would never fail.
pd 13 years ago
parent
commit
0b6f0aec4b
1 changed files with 0 additions and 3 deletions
  1. 0 3
      modules_k/rls/rls.c

+ 0 - 3
modules_k/rls/rls.c

@@ -491,9 +491,6 @@ static int mod_init(void)
 
 	if(waitn_time<= 0)
 		waitn_time= 5;
-	
-	if(waitn_time<= 0)
-		waitn_time= 100;
 
 	/* bind libxml wrapper functions */