summaryrefslogtreecommitdiffhomepage
path: root/cli-kex.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-04-04 00:18:50 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-04-04 00:18:50 +0800
commit7f42096d0fb56c54768f16e93666f8ee420a5424 (patch)
tree129d91e7a538378ca948c39141ec496b8a7c865d /cli-kex.c
parente2c813df4d7572df8d905c1bf2aed756c72abaab (diff)
Take transmit and receive keys into use separately
Diffstat (limited to 'cli-kex.c')
-rw-r--r--cli-kex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli-kex.c b/cli-kex.c
index 1158aa6..fd2e48e 100644
--- a/cli-kex.c
+++ b/cli-kex.c
@@ -256,7 +256,6 @@ static void checkhostkey(unsigned char* keyblob, unsigned int keybloblen) {
/* Compare hostnames */
if (strncmp(cli_opts.remotehost, buf_getptr(line, hostlen),
hostlen) != 0) {
- TRACE2(("hosts don't match"))
continue;
}