- Print banner to stderr. Probably the right way, and avoids

bad interactions with multihop or netcat-alike mode.

--HG--
extra : convert_revision : 899a8851a5edf840b2f7925bcc26ffe99dcac54d
This commit is contained in:
Matt Johnston 2009-06-16 15:22:33 +00:00
parent d6441f4397
commit cb82c6e3e0

View File

@ -91,7 +91,7 @@ void recv_msg_userauth_banner() {
}
}
printf("%s\n", banner);
fprintf(stderr, "%s\n", banner);
out:
m_free(banner);