Skip to content

Commit

Permalink
Adds missing option initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
nnposter committed Jan 21, 2019
1 parent 735abe6 commit 453cd5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ncat/ncat_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 453cd5e

Please sign in to comment.