Explorar o código

limit failed mapping attempts to 13

z3APA3A %!s(int64=5) %!d(string=hai) anos
pai
achega
9f6a8460ac
Modificáronse 1 ficheiros con 1 adicións e 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) {