mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Initialize numhosts_up, numhosts_scanned, and numhosts_scanning in
NmapOps::Initialize.
This commit is contained in:
parent
dc45a0b8f8
commit
9f55412954
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue