diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-02-11 10:46:57 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-02-11 10:46:57 +0000 |
commit | 4c8797c9acd72cfc7691c8d6f2bd3ae50a64641f (patch) | |
tree | 7ed5f9349e1d82a9f58475cdc8e9f3b5954ad9fb /cli-authpubkey.c | |
parent | 674b4d013d62ca311fcfc1584b54039c29ee8588 (diff) | |
parent | 433d5511e1b7c853ff68c65e7d515bc36a16991a (diff) |
propagate from branch 'au.asn.ucc.matt.dropbear' (head eac2a177021cfa0cbf365d5821fe6c8a0a5dc758)
to branch 'au.asn.ucc.matt.dropbear.channel-fix' (head be0d837816e2e985c7b2d80614d5df3496028e94)
--HG--
branch : channel-fix
extra : convert_revision : c387cf9d6b7b1a951efd19476e81a2c2d7ca09a0
Diffstat (limited to 'cli-authpubkey.c')
-rw-r--r-- | cli-authpubkey.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli-authpubkey.c b/cli-authpubkey.c index 4798f62..c16ef90 100644 --- a/cli-authpubkey.c +++ b/cli-authpubkey.c @@ -123,8 +123,6 @@ void recv_msg_userauth_pk_ok() { TRACE(("That was whacky. We got told that a key was valid, but it didn't match our list. Sounds like dodgy code on Dropbear's part")) } - buf_free(keybuf); - TRACE(("leave recv_msg_userauth_pk_ok")) } |