mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Ensure host_timeout is initialized
This commit is contained in:
parent
19286e796d
commit
78751f8668
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue