From 5c222c6965212be9561e682c276757b45571609b Mon Sep 17 00:00:00 2001 From: david Date: Mon, 4 May 2009 23:23:50 +0000 Subject: [PATCH] Also increment o.numhosts_scanned during ping and list scan. --- nmap.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/nmap.cc b/nmap.cc index 15b124571..43b0f010b 100644 --- a/nmap.cc +++ b/nmap.cc @@ -1641,6 +1641,7 @@ int nmap_main(int argc, char *argv[]) { log_write(LOG_XML, "\n"); log_flush_all(); delete currenths; + o.numhosts_scanned++; continue; }