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-kex.c | |
parent | 08893f03a5530a7bbe7ba724c575458a4fc9f31f (diff) |
- Make -i and -W pass through multihop arguments
--HG--
extra : convert_revision : 70c64073c9ec07b4dfb54ee60e39cec2bd8c6910
Diffstat (limited to 'cli-kex.c')
-rw-r--r-- | cli-kex.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -327,4 +327,5 @@ out: if (line != NULL) { buf_free(line); } + m_free(fingerprint); } |