From df2eb1a3771b98f6789c168f7c910cf25509eea0 Mon Sep 17 00:00:00 2001 From: Steve Hill Date: Tue, 11 Dec 2012 21:35:22 -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 c40bb0818d..9710f58c33 100644 --- a/src/auth/negotiate/auth_negotiate.cc +++ b/src/auth/negotiate/auth_negotiate.cc @@ -65,9 +65,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; @@ -292,7 +289,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.3