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 ea8beacb4..4e8ff0662 100644
--- a/sshd.c
+++ b/sshd.c
@@ -2165,7 +2165,8 @@ main(int ac, char **av)
2165 if (!debug_flag) 2165 if (!debug_flag)
2166 alarm(options.login_grace_time); 2166 alarm(options.login_grace_time);
2167 2167
2168 if (kex_exchange_identification(ssh, -1, options.version_addendum) != 0) 2168 if (kex_exchange_identification(ssh, -1, options.debian_banner,
2169 options.version_addendum) != 0)
2169 cleanup_exit(255); /* error already logged */ 2170 cleanup_exit(255); /* error already logged */
2170 2171
2171 ssh_packet_set_nonblocking(ssh); 2172 ssh_packet_set_nonblocking(ssh);