From 51b3778ef7e062523807ca11d0df146f33e52e84 Mon Sep 17 00:00:00 2001 From: Michele Bergonzoni Date: Wed, 28 Oct 2015 06:54:19 +1300 Subject: [PATCH] Bug 4021: ext_user_regex does exact match --- src/acl/ExtUser.cc | 2 -- 1 file changed, 2 deletions(-) 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(); } -- 2.47.3