From abd895c5229a0f7ed0a20badaef4f98782c1a945 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 11 Jan 2016 00:09:06 -0600 Subject: [PATCH] Removes unused string from set_nat_access --- client/fwknop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/fwknop.c b/client/fwknop.c index 16a972b2..5fc28351 100644 --- a/client/fwknop.c +++ b/client/fwknop.c @@ -839,7 +839,6 @@ set_nat_access(fko_ctx_t ctx, fko_cli_options_t *options, const char * const acc char nat_access_buf[MAX_LINE_LEN] = {0}; char tmp_access_port[MAX_PORT_STR_LEN+1] = {0}, *ndx = NULL; int access_port = 0, i = 0, is_err = 0; - char dst_ip_str[INET_ADDRSTRLEN] = {0}; char hostname[HOSTNAME_BUFSIZE] = {0}; int port = 0; struct addrinfo hints;