diff cli-kex.c @ 743:09c5eb71ec96 kexguess

merge from head roundtrip changes
author Matt Johnston <matt@ucc.asn.au>
date Mon, 01 Apr 2013 00:13:41 +0800
parents d44325108d0e 9a5438271556
children 15999b098cc9
line wrap: on
line diff
--- a/cli-kex.c	Sun Mar 31 00:41:15 2013 +0800
+++ b/cli-kex.c	Mon Apr 01 00:13:41 2013 +0800
@@ -247,7 +247,7 @@
 		/* Compare hostnames */
 		if (strncmp(cli_opts.remotehost, buf_getptr(line, hostlen),
 					hostlen) != 0) {
-			TRACE(("hosts don't match"))
+			TRACE2(("hosts don't match"))
 			continue;
 		}