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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user