Mercurial > dropbear
comparison cli-tcpfwd.c @ 1278:0c47d97aa9d5
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 16 Mar 2016 22:53:27 +0800 |
parents | d49bda490798 |
children | 750ec4ec4cbe |
comparison
equal
deleted
inserted
replaced
1264:a20b6af6f182 | 1278:0c47d97aa9d5 |
---|---|
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) { |