* acquire_cred.c (acquire_init_cred): Close the ccache if krb5_cc_set_flags() fails, as krb5int_cc_default succeeds even if the file is not there, but krb5_cc_set_flags will fail in turning off OPENCLOSE mode if the file can't be opened. Thanks to Kent Wu. To generate a diff of this commit: cvs diff -r1.223 -r1.224 krb5/src/lib/gssapi/krb5/ChangeLog cvs diff -r1.31 -r1.32 krb5/src/lib/gssapi/krb5/acquire_cred.c