]> andersk Git - openssh.git/commitdiff
- (djm) [auth.c] gc some dead code
authordjm <djm>
Fri, 27 Oct 2006 15:10:15 +0000 (15:10 +0000)
committerdjm <djm>
Fri, 27 Oct 2006 15:10:15 +0000 (15:10 +0000)
ChangeLog
auth.c

index 700867948cd8e82f8cb2bb9ce39780efc69419a7..10cffa065842b0d1f29f062cc4a31f128d11bc3b 100644 (file)
--- 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
diff --git a/auth.c b/auth.c
index db2aa7bf933125268a0da27776c60c620e8138a6..5d23343b927873167989c40de5c396dbaa088f4c 100644 (file)
--- 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
This page took 0.055419 seconds and 5 git commands to generate.