1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-04 20:46:33 +00:00

Adds missing option initialization

This commit is contained in:
nnposter
2019-01-21 02:20:29 +00:00
parent 735abe6c3f
commit 453cd5ea53

View File

@@ -206,6 +206,7 @@ void options_init(void)
o.execmode = EXEC_PLAIN;
o.proxy_auth = NULL;
o.proxytype = NULL;
o.proxyaddr = NULL;
o.zerobyte = 0;
#ifdef HAVE_OPENSSL