diff options
Diffstat (limited to 'auth')
| -rw-r--r-- | auth/auth_spnego_sspi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/auth_spnego_sspi.c b/auth/auth_spnego_sspi.c index 2f75f7a1b40c..32b719ee556a 100644 --- a/auth/auth_spnego_sspi.c +++ b/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; |
