Initialize numhosts_up, numhosts_scanned, and numhosts_scanning in

NmapOps::Initialize.
This commit is contained in:
david 2010-02-26 21:38:04 +00:00
parent dc45a0b8f8
commit 9f55412954

View file

@ -292,6 +292,9 @@ void NmapOps::Initialize() {
log_errors = false;
resolve_all = 0;
dns_servers = NULL;
numhosts_scanned = 0;
numhosts_up = 0;
numhosts_scanning = 0;
noninteractive = false;
current_scantype = STYPE_UNKNOWN;
ipoptions = NULL;