diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-04-01 00:13:41 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-04-01 00:13:41 +0800 |
commit | e5072c6b120b49571f6bf0a989e1d8dc505a1cd9 (patch) | |
tree | 2fabadfdad839aa14943c8ce83d71d5fc846e673 /cli-kex.c | |
parent | 32294978a32d666f771c5df324820c43bb733f55 (diff) | |
parent | 90cf7f012cdc6143752464bc9bb2b4a9f94f7132 (diff) |
merge from head roundtrip changes
--HG--
branch : kexguess
Diffstat (limited to 'cli-kex.c')
-rw-r--r-- | cli-kex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -247,7 +247,7 @@ static void checkhostkey(unsigned char* keyblob, unsigned int keybloblen) { /* Compare hostnames */ if (strncmp(cli_opts.remotehost, buf_getptr(line, hostlen), hostlen) != 0) { - TRACE(("hosts don't match")) + TRACE2(("hosts don't match")) continue; } |