mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 12:31:12 +00:00
Adds missing option initialization
This commit is contained in:
parent
735abe6c3f
commit
453cd5ea53
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue