Remove a newline from the kex prompt question, from FreeWRT

--HG--
extra : convert_revision : 98745fb712b04634b0682fe9ee0dc904ea528f10
This commit is contained in:
Matt Johnston 2007-02-25 09:48:13 +00:00
parent 62d792fbdc
commit 0ffc17e481

View File

@ -126,7 +126,7 @@ static void ask_to_confirm(unsigned char* keyblob, unsigned int keybloblen) {
m_free(fp); m_free(fp);
return; 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, cli_opts.remotehost,
fp); fp);
m_free(fp); m_free(fp);