]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/negotiate/User.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / negotiate / User.cc
index a4b9c42373f7c1148eaf1ecb6c4223ed087b9163..e3bb4faededc299e75d38a5cceb50c8fad057297 100644 (file)
@@ -1,12 +1,19 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #include "squid.h"
 #include "auth/Config.h"
 #include "auth/negotiate/User.h"
 #include "Debug.h"
 
 Auth::Negotiate::User::User(Auth::Config *aConfig, const char *aRequestRealm) :
-        Auth::User(aConfig, aRequestRealm)
+    Auth::User(aConfig, aRequestRealm)
 {
-    proxy_auth_list.head = proxy_auth_list.tail = NULL;
 }
 
 Auth::Negotiate::User::~User()
@@ -19,3 +26,4 @@ Auth::Negotiate::User::ttl() const
 {
     return -1; // Negotiate cannot be cached.
 }
+