diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-02-25 09:48:13 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-02-25 09:48:13 +0000 |
commit | 0ffc17e48184077239a678af2b9334a1c094b1ec (patch) | |
tree | 96cba5e2720b4331eee0a89506d6b2261b501c1e /cli-kex.c | |
parent | 62d792fbdc61fc5c8528a9b7e601e4181e2211be (diff) |
Remove a newline from the kex prompt question, from FreeWRT
--HG--
extra : convert_revision : 98745fb712b04634b0682fe9ee0dc904ea528f10
Diffstat (limited to 'cli-kex.c')
-rw-r--r-- | cli-kex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ static void ask_to_confirm(unsigned char* keyblob, unsigned int keybloblen) { 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); |