summaryrefslogtreecommitdiff
path: root/auth.c
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 /auth.c
parentbcf8be356fbe7febd882e86b43587d88f0255d95 (diff)
downloadopenssh-git-796c6c693d1eaed63fe334c98b109a2ada15f505.tar.gz
- (djm) [auth.c] gc some dead code
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c2
1 files changed, 0 insertions, 2 deletions
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