[sshd.c]
     gidset[2] -> gidset[1]; markus ok
This commit is contained in:
Ben Lindstrom 2002-07-04 00:11:40 +00:00
parent fbbfa8422f
commit 810af968b8
2 changed files with 6 additions and 3 deletions

View File

@ -27,6 +27,9 @@
- deraadt@cvs.openbsd.org 2002/06/28 10:08:25
[sshd.c]
range check -u option at invocation
- deraadt@cvs.openbsd.org 2002/06/28 23:05:06
[sshd.c]
gidset[2] -> gidset[1]; markus ok
20020702
- (djm) Use PAM_MSG_MEMBER for PAM_TEXT_INFO messages, use xmalloc &
@ -1235,4 +1238,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2322 2002/07/04 00:10:34 mouring Exp $
$Id: ChangeLog,v 1.2323 2002/07/04 00:11:40 mouring Exp $

4
sshd.c
View File

@ -42,7 +42,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: sshd.c,v 1.252 2002/06/28 10:08:25 deraadt Exp $");
RCSID("$OpenBSD: sshd.c,v 1.253 2002/06/28 23:05:06 deraadt Exp $");
#include <openssl/dh.h>
#include <openssl/bn.h>
@ -530,7 +530,7 @@ static void
privsep_preauth_child(void)
{
u_int32_t rand[256];
gid_t gidset[2];
gid_t gidset[1];
struct passwd *pw;
int i;