Remove double-free due to the same "fix" for a leak getting merged in

twice.

--HG--
extra : convert_revision : eac2a177021cfa0cbf365d5821fe6c8a0a5dc758
This commit is contained in:
Matt Johnston 2007-02-11 10:46:44 +00:00
parent cd0a08896c
commit 433d5511e1

View File

@ -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"))
}