summaryrefslogtreecommitdiffstats
path: root/contrib/serf/auth/auth_spnego_sspi.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/serf/auth/auth_spnego_sspi.c')
-rw-r--r--contrib/serf/auth/auth_spnego_sspi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/serf/auth/auth_spnego_sspi.c b/contrib/serf/auth/auth_spnego_sspi.c
index 2f75f7a..32b719e 100644
--- a/contrib/serf/auth/auth_spnego_sspi.c
+++ b/contrib/serf/auth/auth_spnego_sspi.c
@@ -95,8 +95,8 @@ cleanup_ctx(void *data)
}
if (SecIsValidHandle(&ctx->sspi_credentials)) {
- FreeCredentialsHandle(&ctx->sspi_context);
- SecInvalidateHandle(&ctx->sspi_context);
+ FreeCredentialsHandle(&ctx->sspi_credentials);
+ SecInvalidateHandle(&ctx->sspi_credentials);
}
return APR_SUCCESS;
OpenPOWER on IntegriCloud