comparison cli-tcpfwd.c @ 1286:7d02b83c61fd coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Fri, 18 Mar 2016 22:47:33 +0800
parents d49bda490798
children 750ec4ec4cbe
comparison
equal deleted inserted replaced
1261:770e14154da3 1286:7d02b83c61fd
60 }; 60 };
61 #endif 61 #endif
62 62
63 #ifdef ENABLE_CLI_ANYTCPFWD 63 #ifdef ENABLE_CLI_ANYTCPFWD
64 static void fwd_failed(const char* format, ...) ATTRIB_PRINTF(1,2); 64 static void fwd_failed(const char* format, ...) ATTRIB_PRINTF(1,2);
65 void fwd_failed(const char* format, ...) 65 static void fwd_failed(const char* format, ...)
66 { 66 {
67 va_list param; 67 va_list param;
68 va_start(param, format); 68 va_start(param, format);
69 69
70 if (cli_opts.exit_on_fwd_failure) { 70 if (cli_opts.exit_on_fwd_failure) {