summaryrefslogtreecommitdiffhomepage
path: root/cli-kex.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-02-25 09:48:13 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-02-25 09:48:13 +0000
commit0ffc17e48184077239a678af2b9334a1c094b1ec (patch)
tree96cba5e2720b4331eee0a89506d6b2261b501c1e /cli-kex.c
parent62d792fbdc61fc5c8528a9b7e601e4181e2211be (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-kex.c b/cli-kex.c
index 995ed38..37de6e3 100644
--- a/cli-kex.c
+++ b/cli-kex.c
@@ -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);