Mercurial > dropbear
changeset 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 | ab370c629d36 |
children | fdf06a5a54e4 |
files | cli-kex.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);