summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 65916fc6d..da876a900 100644
--- a/sshd.c
+++ b/sshd.c
@@ -2187,7 +2187,8 @@ main(int ac, char **av)
2187 if (!debug_flag) 2187 if (!debug_flag)
2188 alarm(options.login_grace_time); 2188 alarm(options.login_grace_time);
2189 2189
2190 if (kex_exchange_identification(ssh, -1, options.version_addendum) != 0) 2190 if (kex_exchange_identification(ssh, -1, options.debian_banner,
2191 options.version_addendum) != 0)
2191 cleanup_exit(255); /* error already logged */ 2192 cleanup_exit(255); /* error already logged */
2192 2193
2193 ssh_packet_set_nonblocking(ssh); 2194 ssh_packet_set_nonblocking(ssh);