summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-10-28 01:10:15 +1000
committerDamien Miller <djm@mindrot.org>2006-10-28 01:10:15 +1000
commit796c6c693d1eaed63fe334c98b109a2ada15f505 (patch)
tree83987da4b569999d800eb2b0865dd0db2b89e011
parentbcf8be356fbe7febd882e86b43587d88f0255d95 (diff)
- (djm) [auth.c] gc some dead code
-rw-r--r--ChangeLog5
-rw-r--r--auth.c2
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 800b1eb0..cd99664c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20061027
+- (djm) [auth.c] gc some dead code
+
20061023
- (djm) OpenBSD CVS Sync
- ray@cvs.openbsd.org 2006/09/30 17:48:22
@@ -2568,4 +2571,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.4579 2006/10/23 21:44:47 tim Exp $
+$Id: ChangeLog,v 1.4580 2006/10/27 15:10:15 djm Exp $
diff --git a/auth.c b/auth.c
index db2aa7bf..5d23343b 100644
--- a/auth.c
+++ b/auth.c
@@ -569,8 +569,6 @@ fakepw(void)
fake.pw_passwd =
"$2a$06$r3.juUaHZDlIbQaO2dS9FuYxL1W9M81R1Tc92PoSNmzvpEqLkLGrK";
fake.pw_gecos = "NOUSER";
- fake.pw_uid = (uid_t)-1;
- fake.pw_gid = (gid_t)-1;
fake.pw_uid = privsep_pw->pw_uid;
fake.pw_gid = privsep_pw->pw_gid;
#ifdef HAVE_PW_CLASS_IN_PASSWD