since that's the call that will return an error if the credentials
files doesn't exist.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7794
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Apr 11 18:53:09 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * acquire_cred.c (acquire_init_cred): Return GSS_S_CRED_UNAVAIL on
+ if krb5_cc_set_flags() returns an error, since that's the
+ call that will return an error if the credentials files
+ doesn't exist.
+
Wed Apr 3 16:10:24 1996 Theodore Y. Ts'o <tytso@dcl>
* init_sec_context.c (krb5_gss_init_sec_context): If make_ap_req()
flags = 0; /* turns off OPENCLOSE mode */
if (code = krb5_cc_set_flags(context, ccache, flags)) {
*minor_status = code;
- return(GSS_S_FAILURE);
+ return(GSS_S_CRED_UNAVAIL);
}
/* get out the principal name and see if it matches */