From da99b0dd28a937d58baac214c5517eba83f0e2e1 Mon Sep 17 00:00:00 2001 From: Steve Hill Date: Wed, 26 Dec 2012 20:01:45 -0700 Subject: [PATCH] Bug 3650: Negotiate auth missing challenge token --- src/auth/negotiate/auth_negotiate.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/auth/negotiate/auth_negotiate.cc b/src/auth/negotiate/auth_negotiate.cc index 453ee98656..e0d5de13d5 100644 --- a/src/auth/negotiate/auth_negotiate.cc +++ b/src/auth/negotiate/auth_negotiate.cc @@ -66,9 +66,6 @@ statefulhelper *negotiateauthenticators = NULL; /// \ingroup AuthNegotiateInternal static int authnegotiate_initialised = 0; -/// \ingroup AuthNegotiateInternal -Auth::Negotiate::Config negotiateConfig; - /// \ingroup AuthNegotiateInternal static hash_table *proxy_auth_cache = NULL; @@ -293,7 +290,7 @@ authenticateNegotiateStats(StoreEntry * sentry) Auth::UserRequest::Pointer Auth::Negotiate::Config::decode(char const *proxy_auth) { - Auth::Negotiate::User *newUser = new Auth::Negotiate::User(&negotiateConfig); + Auth::Negotiate::User *newUser = new Auth::Negotiate::User(Auth::Config::Find("negotiate")); Auth::UserRequest *auth_user_request = new Auth::Negotiate::UserRequest(); assert(auth_user_request->user() == NULL); -- 2.47.2