From 453cd5ea5346c34f62e1ba2880d613838035b3f8 Mon Sep 17 00:00:00 2001 From: nnposter Date: Mon, 21 Jan 2019 02:20:29 +0000 Subject: [PATCH] Adds missing option initialization --- ncat/ncat_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ncat/ncat_core.c b/ncat/ncat_core.c index 40040a038..27988a0e5 100644 --- a/ncat/ncat_core.c +++ b/ncat/ncat_core.c @@ -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