diff options
Diffstat (limited to 'cli-kex.c')
-rw-r--r-- | cli-kex.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |