]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Oops.. an extra d slipped in in the commit.
authorhno <>
Fri, 26 Jan 2001 06:01:56 +0000 (06:01 +0000)
committerhno <>
Fri, 26 Jan 2001 06:01:56 +0000 (06:01 +0000)
src/cache_cf.cc

index df2200e30ade1e942ca04b449c3ee84c93816a39..b4bcfa60e7d7cbab6be3687bdd3f3e2c1dd5f861 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cache_cf.cc,v 1.370 2001/01/25 22:54:52 hno Exp $
+ * $Id: cache_cf.cc,v 1.371 2001/01/25 23:01:56 hno Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
@@ -403,7 +403,7 @@ configDoConfigure(void)
                    Config.effectiveUser,
                    xstrerror());
            Config2.effectiveUserID = pwd->pw_uid;
-           Config2.effectiveGroupID = pwd->pwd_gid;
+           Config2.effectiveGroupID = pwd->pw_gid;
                }
     } else {
        Config2.effectiveUserID = geteuid();