summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-07-04 00:11:40 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-07-04 00:11:40 +0000
commit810af968b8c36cb5fb960483d051ba0c7805296a (patch)
treebadb221cc9ebbe8e08fd97edcb21408695816fc8 /sshd.c
parentfbbfa8422f8317bcac829e1673dced62f49d59ba (diff)
- deraadt@cvs.openbsd.org 2002/06/28 23:05:06
[sshd.c] gidset[2] -> gidset[1]; markus ok
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index 21db6d5cf..c371e55ca 100644
--- a/sshd.c
+++ b/sshd.c
@@ -42,7 +42,7 @@
42 */ 42 */
43 43
44#include "includes.h" 44#include "includes.h"
45RCSID("$OpenBSD: sshd.c,v 1.252 2002/06/28 10:08:25 deraadt Exp $"); 45RCSID("$OpenBSD: sshd.c,v 1.253 2002/06/28 23:05:06 deraadt Exp $");
46 46
47#include <openssl/dh.h> 47#include <openssl/dh.h>
48#include <openssl/bn.h> 48#include <openssl/bn.h>
@@ -530,7 +530,7 @@ static void
530privsep_preauth_child(void) 530privsep_preauth_child(void)
531{ 531{
532 u_int32_t rand[256]; 532 u_int32_t rand[256];
533 gid_t gidset[2]; 533 gid_t gidset[1];
534 struct passwd *pw; 534 struct passwd *pw;
535 int i; 535 int i;
536 536