diff options
author | Matt Johnston <matt@ucc.asn.au> | 2009-06-12 14:58:43 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2009-06-12 14:58:43 +0000 |
commit | d6441f4397d802115499e4262071442707873aec (patch) | |
tree | 82f5caf935023f60e235ee84fbaa40f5ab4bd457 /cli-main.c | |
parent | 08893f03a5530a7bbe7ba724c575458a4fc9f31f (diff) |
- Make -i and -W pass through multihop arguments
--HG--
extra : convert_revision : 70c64073c9ec07b4dfb54ee60e39cec2bd8c6910
Diffstat (limited to 'cli-main.c')
-rw-r--r-- | cli-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ int main(int argc, char ** argv) { #ifdef ENABLE_CLI_PROXYCMD if (cli_opts.proxycmd) { cli_proxy_cmd(&sock_in, &sock_out); + m_free(cli_opts.proxycmd); } else #endif { |