mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Also increment o.numhosts_scanned during ping and list scan.
This commit is contained in:
parent
fac82a011b
commit
5c222c6965
1 changed files with 1 additions and 0 deletions
1
nmap.cc
1
nmap.cc
|
|
@ -1641,6 +1641,7 @@ int nmap_main(int argc, char *argv[]) {
|
|||
log_write(LOG_XML, "</host>\n");
|
||||
log_flush_all();
|
||||
delete currenths;
|
||||
o.numhosts_scanned++;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue