diff options
Diffstat (limited to 'net/http/http_auth_handler_negotiate.cc')
-rw-r--r-- | net/http/http_auth_handler_negotiate.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/http/http_auth_handler_negotiate.cc b/net/http/http_auth_handler_negotiate.cc index 0fce354..2544728 100644 --- a/net/http/http_auth_handler_negotiate.cc +++ b/net/http/http_auth_handler_negotiate.cc @@ -93,6 +93,7 @@ bool HttpAuthHandlerNegotiate::Init(HttpAuth::ChallengeTokenizer* challenge) { #endif if (CanDelegate()) auth_system_.Delegate(); + auth_scheme_ = AUTH_SCHEME_NEGOTIATE; scheme_ = "negotiate"; score_ = 4; properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED; |