From: Michele Bergonzoni Date: Tue, 27 Oct 2015 17:54:19 +0000 (+1300) Subject: Bug 4021: ext_user_regex does exact match X-Git-Tag: SQUID_4_0_2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51b3778ef7e062523807ca11d0df146f33e52e84;p=thirdparty%2Fsquid.git Bug 4021: ext_user_regex does exact match --- diff --git a/src/acl/ExtUser.cc b/src/acl/ExtUser.cc index de19813ee8..a24006d6d8 100644 --- a/src/acl/ExtUser.cc +++ b/src/acl/ExtUser.cc @@ -45,8 +45,6 @@ ACLExtUser::typeString() const void ACLExtUser::parse() { - debugs(28, 3, "aclParseUserList: current is null. Creating"); - data = new ACLUserData; data->parse(); }