--- nmap-2.54.32.BETA/osscan.c Mon Apr 1 22:57:12 2002 +++ nmap-2.54.32.BETA.fix/osscan.c Wed Apr 24 11:52:48 2002 @@ -194,7 +194,7 @@ current_port = o.magic_port + NUM_SEQ_SAMPLES +1; /* Now lets do the NULL packet technique */ - testsleft = (openport == (unsigned long) -1)? 4 : 7; + testsleft = (openport == (unsigned long) -1)? 4 : 8; FPtmp = NULL; /* bzero(FPtests, sizeof(FPtests));*/ tries = 0;