]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/ExtUser.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / ExtUser.cc
index aaea5c6b271420d9f94b6797d7deff2d26323b32..973d7f12333d562cf184663c5cdbc404e1965f81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 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.
@@ -17,6 +17,7 @@
 #include "acl/RegexData.h"
 #include "acl/UserData.h"
 #include "client_side.h"
+#include "http/Stream.h"
 
 ACLExtUser::~ACLExtUser()
 {
@@ -45,8 +46,6 @@ ACLExtUser::typeString() const
 void
 ACLExtUser::parse()
 {
-    debugs(28, 3, "aclParseUserList: current is null. Creating");
-    data = new ACLUserData;
     data->parse();
 }