Make krb5_cc_close(ctx, NULL) stop SEGV'ing.

This commit is contained in:
Roland C. Dowdeswell
2019-11-21 22:29:21 +00:00
committed by Viktor Dukhovni
parent 05e8517542
commit 001e312ba5

View File

@@ -782,6 +782,9 @@ krb5_cc_close(krb5_context context,
{
krb5_error_code ret;
if (!id)
return 0;
/*
* We want to automatically acquire a PKIX credential using kx509.
*