summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-02-29 20:11:30 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-02-29 20:11:30 +1100
commitd592048c36ee15cef19d6177aeb015b69bfa8833 (patch)
tree2ccefe09f7522464a648e7ae75f2d07d62f4100e
parent78ffe2650176a7529d1ffa5798c92cdc5f45d6e2 (diff)
- djm@cvs.openbsd.org 2004/02/25 00:22:45
[sshd.c] typo in comment
-rw-r--r--ChangeLog8
-rw-r--r--sshd.c4
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cce64dea8..210402a73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120040229
2 - (dtucker) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2004/02/25 00:22:45
4 [sshd.c]
5 typo in comment
6
120040226 720040226
2 - (bal) KNF our sshlogin.c even if the code looks nothing like upstream 8 - (bal) KNF our sshlogin.c even if the code looks nothing like upstream
3 code due to diversity issues. 9 code due to diversity issues.
@@ -802,4 +808,4 @@
802 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 808 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
803 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 809 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
804 810
805$Id: ChangeLog,v 1.3260 2004/02/27 03:01:19 mouring Exp $ 811$Id: ChangeLog,v 1.3261 2004/02/29 09:11:30 dtucker Exp $
diff --git a/sshd.c b/sshd.c
index 2bb3b9efe..6169a7336 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.286 2004/02/23 12:02:33 markus Exp $"); 45RCSID("$OpenBSD: sshd.c,v 1.287 2004/02/25 00:22:45 djm Exp $");
46 46
47#include <openssl/dh.h> 47#include <openssl/dh.h>
48#include <openssl/bn.h> 48#include <openssl/bn.h>
@@ -568,7 +568,7 @@ privsep_preauth_child(void)
568 debug3("privsep user:group %u:%u", (u_int)pw->pw_uid, 568 debug3("privsep user:group %u:%u", (u_int)pw->pw_uid,
569 (u_int)pw->pw_gid); 569 (u_int)pw->pw_gid);
570#if 0 570#if 0
571 /* XXX not ready, to heavy after chroot */ 571 /* XXX not ready, too heavy after chroot */
572 do_setusercontext(pw); 572 do_setusercontext(pw);
573#else 573#else
574 gidset[0] = pw->pw_gid; 574 gidset[0] = pw->pw_gid;