[openssh-commits] [openssh] 03/08: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Apr 1 10:03:28 AEDT 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit c9a0805a6280681901c270755a7cd630d7c5280e
Author: djm at openbsd.org <djm at openbsd.org>
Date: Tue Mar 31 22:55:24 2015 +0000
upstream commit
don't fatal when a !ssh1 sshd is reexeced from a w/ssh1
listener; reported by miod@; ok miod@ markus@
---
sshd.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sshd.c b/sshd.c
index e1c767c..6aa17fa 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshd.c,v 1.444 2015/02/20 22:17:21 djm Exp $ */
+/* $OpenBSD: sshd.c,v 1.445 2015/03/31 22:55:24 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -1092,8 +1092,6 @@ recv_rexec_state(int fd, Buffer *conf)
sensitive_data.server_key->rsa) != 0)
fatal("%s: rsa_generate_additional_parameters "
"error", __func__);
-#else
- fatal("ssh1 not supported");
#endif
}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list