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 38d281ab4..50f2726bf 100644
--- a/sshd.c
+++ b/sshd.c
@@ -2232,7 +2232,7 @@ main(int ac, char **av)
2232 if (!debug_flag) 2232 if (!debug_flag)
2233 alarm(options.login_grace_time); 2233 alarm(options.login_grace_time);
2234 2234
2235 if ((r = kex_exchange_identification(ssh, -1, 2235 if ((r = kex_exchange_identification(ssh, -1, options.debian_banner,
2236 options.version_addendum)) != 0) 2236 options.version_addendum)) != 0)
2237 sshpkt_fatal(ssh, r, "banner exchange"); 2237 sshpkt_fatal(ssh, r, "banner exchange");
2238 2238