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:
@@ -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 ... */
|
||||
|
||||
Reference in New Issue
Block a user