]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanup: make ident parameter for FilledChecklist optional
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 4 May 2017 05:17:05 +0000 (17:17 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 4 May 2017 05:17:05 +0000 (17:17 +1200)
src/acl/FilledChecklist.h

index 273ae4a5696118a7f8113199283f95e2f2d9b16e..a7713eadceb1ec7720eb2883c6f8c797bc511d7b 100644 (file)
@@ -35,7 +35,7 @@ class ACLFilledChecklist: public ACLChecklist
 
 public:
     ACLFilledChecklist();
-    ACLFilledChecklist(const acl_access *, HttpRequest *, const char *ident);
+    ACLFilledChecklist(const acl_access *, HttpRequest *, const char *ident = nullptr);
     ~ACLFilledChecklist();
 
 public: