summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index e8b332ca4..baee13506 100644
--- a/sshd.c
+++ b/sshd.c
@@ -2181,7 +2181,7 @@ main(int ac, char **av)
2181 if (!debug_flag) 2181 if (!debug_flag)
2182 alarm(options.login_grace_time); 2182 alarm(options.login_grace_time);
2183 2183
2184 if ((r = kex_exchange_identification(ssh, -1, 2184 if ((r = kex_exchange_identification(ssh, -1, options.debian_banner,
2185 options.version_addendum)) != 0) 2185 options.version_addendum)) != 0)
2186 sshpkt_fatal(ssh, r, "banner exchange"); 2186 sshpkt_fatal(ssh, r, "banner exchange");
2187 2187