- Make -i and -W pass through multihop arguments

--HG--
extra : convert_revision : 70c64073c9ec07b4dfb54ee60e39cec2bd8c6910
This commit is contained in:
Matt Johnston
2009-06-12 14:58:43 +00:00
parent 08893f03a5
commit d6441f4397
5 changed files with 66 additions and 20 deletions

View File

@@ -53,6 +53,7 @@ void cli_pubkeyfail() {
}
sign_key_free(cli_ses.lastprivkey->key); /* It won't be used again */
m_free(cli_ses.lastprivkey->filename);
m_free(cli_ses.lastprivkey);
TRACE(("leave cli_pubkeyfail"))