Mercurial > dropbear
diff cli-kex.c @ 440:91939c8c2572
Remove a newline from the kex prompt question, from FreeWRT
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 25 Feb 2007 09:48:13 +0000 |
parents | 7282370416a0 |
children | 9e51707cd6f2 76097ec1a29a |
line wrap: on
line diff
--- a/cli-kex.c Thu Feb 22 16:17:09 2007 +0000 +++ b/cli-kex.c Sun Feb 25 09:48:13 2007 +0000 @@ -126,7 +126,7 @@ m_free(fp); return; } - fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n)\n", + fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n) ", cli_opts.remotehost, fp); m_free(fp);