From 6d6f9ca1d978817af2f2780dafcceba281256e11 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 13 Mar 2016 18:51:46 +0000 Subject: vauth: Moved the Negotiate authentication code to the new vauth directory Part 2 of 2 - Moved the GSS-API based Negotiate authentication code. --- lib/vauth/spnego_sspi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vauth/spnego_sspi.c') diff --git a/lib/vauth/spnego_sspi.c b/lib/vauth/spnego_sspi.c index 8bfc61522..b60994c2d 100644 --- a/lib/vauth/spnego_sspi.c +++ b/lib/vauth/spnego_sspi.c @@ -291,6 +291,7 @@ void Curl_auth_spnego_cleanup(struct negotiatedata* nego) Curl_safefree(nego->output_token); /* Reset any variables */ + nego->status = 0; nego->token_max = 0; } -- cgit v1.2.3