Also increment o.numhosts_scanned during ping and list scan.

This commit is contained in:
david 2009-05-04 23:23:50 +00:00
parent fac82a011b
commit 5c222c6965

View file

@ -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;
}