diff cli-kex.c @ 753:d63ef1e211ea

Take transmit and receive keys into use separately
author Matt Johnston <matt@ucc.asn.au>
date Thu, 04 Apr 2013 00:18:50 +0800
parents 15999b098cc9
children a9f2a6ae4eb5
line wrap: on
line diff
--- a/cli-kex.c	Wed Apr 03 23:54:58 2013 +0800
+++ b/cli-kex.c	Thu Apr 04 00:18:50 2013 +0800
@@ -256,7 +256,6 @@
 		/* Compare hostnames */
 		if (strncmp(cli_opts.remotehost, buf_getptr(line, hostlen),
 					hostlen) != 0) {
-			TRACE2(("hosts don't match"))
 			continue;
 		}