1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-27 16:49:01 +00:00

fix a bug related to status reporting during dns

This commit is contained in:
fyodor
2006-05-05 00:43:29 +00:00
parent 02a5e06e8b
commit 1c5f438be0
7 changed files with 14 additions and 10 deletions

View File

@@ -1427,7 +1427,7 @@ int bestaccidx;
if (target->timedOut(NULL))
return 1;
o.scantype = OS_SCAN;
o.current_scantype = OS_SCAN;
#ifdef WIN32
if (target->ifType() == devt_loopback) {