Skip to content

Commit

Permalink
Removes unused string from set_nat_access
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed Jan 11, 2016
1 parent 108a669 commit abd895c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/fwknop.c
Expand Up @@ -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;
Expand Down

0 comments on commit abd895c

Please sign in to comment.