From: hno <> Date: Fri, 26 Jan 2001 06:01:56 +0000 (+0000) Subject: Oops.. an extra d slipped in in the commit. X-Git-Tag: SQUID_3_0_PRE1~1630 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=963a40146c707f64b5f232e0cbf1e9dc773850b1;p=thirdparty%2Fsquid.git Oops.. an extra d slipped in in the commit. --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index df2200e30a..b4bcfa60e7 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -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();