From: Henrik Nordstrom Date: Tue, 3 Feb 2009 19:31:35 +0000 (+0100) Subject: The new acl is called "tag", nothing else. X-Git-Tag: SQUID_3_2_0_1~995^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c565b955690bdffeeb725175159efc00870313c;p=thirdparty%2Fsquid.git The new acl is called "tag", nothing else. --- diff --git a/src/ACLTag.cc b/src/ACLTag.cc index 54c1953d01..e63a7f0306 100644 --- a/src/ACLTag.cc +++ b/src/ACLTag.cc @@ -42,9 +42,9 @@ /* explicit template instantiation required for some systems */ -ACL::Prototype ACLTag::RegistryProtoype(&ACLTag::RegistryEntry_, "myportname"); +ACL::Prototype ACLTag::RegistryProtoype(&ACLTag::RegistryEntry_, "tag"); -ACLStrategised ACLTag::RegistryEntry_(new ACLStringData, ACLTagStrategy::Instance(), "myportname"); +ACLStrategised ACLTag::RegistryEntry_(new ACLStringData, ACLTagStrategy::Instance(), "tag"); int ACLTagStrategy::match (ACLData * &data, ACLChecklist *checklist)