]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/DestinationDomain.cc
Maintenance: Remove FIXME and \todo labels (#647)
[thirdparty/squid.git] / src / acl / DestinationDomain.cc
index b0720aeef1db918a9d89d07a6660fcc9c2cb1032..a6707e546031bc9beef7aebbf4d7866d7bda417a 100644 (file)
@@ -89,7 +89,7 @@ ACLDestinationDomainStrategy::match (ACLData<MatchType> * &data, ACLFilledCheckl
         checklist->dst_rdns = xstrdup(fqdn);
         return data->match(fqdn);
     } else if (!checklist->destinationDomainChecked()) {
-        /* FIXME: Using AclMatchedName here is not OO correct. Should find a way to the current acl */
+        // TODO: Using AclMatchedName here is not OO correct. Should find a way to the current acl
         debugs(28, 3, "Can't yet compare '" << AclMatchedName << "' ACL for " << checklist->request->url.host());
         if (checklist->goAsync(DestinationDomainLookup::Instance()))
             return -1;