]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/DomainData.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / DomainData.h
index 3f5918e57b99cb89998bf5db70918eff1c17f3b3..d53b16e2071b57681618202ac9549ff2c4c3a166 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -18,8 +18,9 @@ class ACLDomainData : public ACLData<char const *>
     MEMPROXY_CLASS(ACLDomainData);
 
 public:
+    ACLDomainData() : domains(nullptr) {}
     virtual ~ACLDomainData();
-    bool match(char const *);
+    virtual bool match(char const *);
     virtual SBufList dump() const;
     void parse();
     bool empty() const;