- (djm) [auth.c] gc some dead code

This commit is contained in:
Damien Miller 2006-10-28 01:10:15 +10:00
parent bcf8be356f
commit 796c6c693d
2 changed files with 4 additions and 3 deletions

View File

@ -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 $

2
auth.c
View File

@ -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