From e832d1ef74f260146cdab59cbac1d6969836663a Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Mon, 13 May 2019 21:42:35 +0100 Subject: http_negotiate: Move the Negotiate state out of the negotiatedata structure Given that this member variable is not used by the SASL based protocols there is no need to have it here. Closes #3882 --- lib/vauth/spnego_sspi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/vauth/spnego_sspi.c') diff --git a/lib/vauth/spnego_sspi.c b/lib/vauth/spnego_sspi.c index 2029c6b7a..4b21cc769 100644 --- a/lib/vauth/spnego_sspi.c +++ b/lib/vauth/spnego_sspi.c @@ -343,7 +343,6 @@ void Curl_auth_cleanup_spnego(struct negotiatedata *nego) /* Reset any variables */ nego->status = 0; nego->token_max = 0; - nego->state = GSS_AUTHNONE; nego->noauthpersist = FALSE; nego->havenoauthpersist = FALSE; nego->havenegdata = FALSE; -- cgit v1.2.3