1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +00:00

getting close to 3.82.SOC2 release

This commit is contained in:
fyodor
2005-07-21 00:39:49 +00:00
parent 42145701c3
commit c91b571774
7 changed files with 232 additions and 199 deletions

View File

@@ -623,7 +623,7 @@ if (afterthisport) {
printf("Next Port After %d, %d\n", afterthisport->portno, iter->second->portno); fflush(0);
*/
if (!allow_portzero && iter->second->portno == 0) iter++;
if (!allow_portzero && iter->second && iter->second->portno == 0) iter++;
/* First we look for TCP ports ... */