Mercurial > dropbear
comparison cli-main.c @ 544:9e51707cd6f2
- Make -i and -W pass through multihop arguments
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 12 Jun 2009 14:58:43 +0000 |
parents | c9128994a2d6 |
children | 005530560594 |
comparison
equal
deleted
inserted
replaced
543:e12c9225acbd | 544:9e51707cd6f2 |
---|---|
63 } | 63 } |
64 | 64 |
65 #ifdef ENABLE_CLI_PROXYCMD | 65 #ifdef ENABLE_CLI_PROXYCMD |
66 if (cli_opts.proxycmd) { | 66 if (cli_opts.proxycmd) { |
67 cli_proxy_cmd(&sock_in, &sock_out); | 67 cli_proxy_cmd(&sock_in, &sock_out); |
68 m_free(cli_opts.proxycmd); | |
68 } else | 69 } else |
69 #endif | 70 #endif |
70 { | 71 { |
71 int sock = connect_remote(cli_opts.remotehost, cli_opts.remoteport, | 72 int sock = connect_remote(cli_opts.remotehost, cli_opts.remoteport, |
72 0, &error); | 73 0, &error); |