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 e3e96426e..1e7ece588 100644
--- a/sshd.c
+++ b/sshd.c
@@ -2160,7 +2160,8 @@ main(int ac, char **av)
2160 if (!debug_flag) 2160 if (!debug_flag)
2161 alarm(options.login_grace_time); 2161 alarm(options.login_grace_time);
2162 2162
2163 if (kex_exchange_identification(ssh, -1, options.version_addendum) != 0) 2163 if (kex_exchange_identification(ssh, -1, options.debian_banner,
2164 options.version_addendum) != 0)
2164 cleanup_exit(255); /* error already logged */ 2165 cleanup_exit(255); /* error already logged */
2165 2166
2166 ssh_packet_set_nonblocking(ssh); 2167 ssh_packet_set_nonblocking(ssh);