aboutsummaryrefslogtreecommitdiff
path: root/lib/vauth/spnego_sspi.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2016-03-13 18:51:46 +0000
committerSteve Holme <steve_holme@hotmail.com>2016-03-26 17:21:22 +0000
commit6d6f9ca1d978817af2f2780dafcceba281256e11 (patch)
tree0a896330689e964a719d1e1f8bc311422de66da5 /lib/vauth/spnego_sspi.c
parentad5e9bfd5d08b5a1c5217b3eb709dc90505abaab (diff)
vauth: Moved the Negotiate authentication code to the new vauth directory
Part 2 of 2 - Moved the GSS-API based Negotiate authentication code.
Diffstat (limited to 'lib/vauth/spnego_sspi.c')
-rw-r--r--lib/vauth/spnego_sspi.c1
1 files changed, 1 insertions, 0 deletions
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;
}