mirror of
https://github.com/nmap/nmap.git
synced 2026-02-06 05:26:34 +00:00
Ensure host_timeout is initialized
This commit is contained in:
@@ -257,6 +257,7 @@ void NmapOps::Initialize() {
|
||||
max_ips_to_scan = 0;
|
||||
extra_payload_length = 0;
|
||||
extra_payload = NULL;
|
||||
host_timeout = 0;
|
||||
scan_delay = 0;
|
||||
open_only = false;
|
||||
scanflags = -1;
|
||||
|
||||
Reference in New Issue
Block a user