1
0
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:
dmiller
2020-10-22 19:02:05 +00:00
parent 19286e796d
commit 78751f8668

View File

@@ -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;