]> git.ipfire.org Git - thirdparty/squid.git/commit
bugfix: ICAPConfig calls aclParseAccessLine(), which now takes a
authorwessels <>
Fri, 28 Apr 2006 01:07:16 +0000 (01:07 +0000)
committerwessels <>
Fri, 28 Apr 2006 01:07:16 +0000 (01:07 +0000)
commitb60a34bcb161b28df99f33e0832a73d3e216b4f3
treeacb2de09d42070449c8fc195e42ff841e715a31c
parent539aff4bd25739cc59d80de81eedd047a412edf3
bugfix: ICAPConfig calls aclParseAccessLine(), which now takes a
ConfigParser argument.  Use the LegacyParser from cache_cf.cc, but
we need to make it global instead of static.
src/ICAP/ICAPConfig.cc
src/cache_cf.cc