summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-01-31 23:08:08 +0000
committerDamien Miller <djm@mindrot.org>2020-02-01 10:22:10 +1100
commit7365f28a66d1c443723fbe6f4a2612ea6002901e (patch)
tree6bc7939d4c6acb3c06b0250d3ec04592f3aa4163
parentc2bd7f74b0e0f3a3ee9d19ac549e6ba89013abaf (diff)
upstream: mistake in previous: filling the incorrect buffer
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 57fab042..9d0d8b4f 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshd.c,v 1.546 2020/01/31 22:42:45 djm Exp $ */
+/* $OpenBSD: sshd.c,v 1.547 2020/01/31 23:08:08 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland