]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
The new acl is called "tag", nothing else.
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Tue, 3 Feb 2009 19:31:35 +0000 (20:31 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Tue, 3 Feb 2009 19:31:35 +0000 (20:31 +0100)
src/ACLTag.cc

index 54c1953d01ec84dac64b2ee4d80fa6360a9f4fa6..e63a7f0306174cf831ae5da993b6d247d48ecd9f 100644 (file)
@@ -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<const char *> ACLTag::RegistryEntry_(new ACLStringData, ACLTagStrategy::Instance(), "myportname");
+ACLStrategised<const char *> ACLTag::RegistryEntry_(new ACLStringData, ACLTagStrategy::Instance(), "tag");
 
 int
 ACLTagStrategy::match (ACLData<MatchType> * &data, ACLChecklist *checklist)