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;