Explorar el Código

limit failed mapping attempts to 13

z3APA3A hace 5 años
padre
commit
9f6a8460ac
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/sockmap.c

+ 1 - 0
src/sockmap.c

@@ -157,6 +157,7 @@ log(logbuf);
 #endif
 
 	if(needaction > 2 && !sleeptime){
+		if(needaction > 13){RETURN (93);}
 		sleeptime = (1<<(needaction-2));
 	}
 	if(sleeptime > 0) {