Make krb5_cc_close(ctx, NULL) stop SEGV'ing.
This commit is contained in:

committed by
Viktor Dukhovni

parent
05e8517542
commit
001e312ba5
@@ -782,6 +782,9 @@ krb5_cc_close(krb5_context context,
|
|||||||
{
|
{
|
||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
|
|
||||||
|
if (!id)
|
||||||
|
return 0;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We want to automatically acquire a PKIX credential using kx509.
|
* We want to automatically acquire a PKIX credential using kx509.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user