diff --git a/nmap.cc b/nmap.cc index 42de28beb..4b7d3fede 100644 --- a/nmap.cc +++ b/nmap.cc @@ -1817,6 +1817,7 @@ int nmap_main(int argc, char *argv[]) { * trace is first */ while(!Targets.empty()) { currenths = *Targets.begin(); + o.numhosts_scanned++; log_write(LOG_XML, ""); write_host_status(currenths, o.resolve_all); printmacinfo(currenths);