]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 4021: ext_user_regex does exact match
authorMichele Bergonzoni <bergonz@labs.it>
Tue, 27 Oct 2015 17:54:19 +0000 (06:54 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 27 Oct 2015 17:54:19 +0000 (06:54 +1300)
src/acl/ExtUser.cc

index de19813ee89d06ee091dbd862c3d31fb0c3e95e4..a24006d6d85b0c0e32eac7b75c720766b96a1051 100644 (file)
@@ -45,8 +45,6 @@ ACLExtUser::typeString() const
 void
 ACLExtUser::parse()
 {
-    debugs(28, 3, "aclParseUserList: current is null. Creating");
-    data = new ACLUserData;
     data->parse();
 }