Better error if local tgt couldn't be found.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4878 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -548,7 +548,7 @@ get_cred_from_kdc_flags(krb5_context context,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(krb5_realm_compare(context, in_creds->client, in_creds->server))
|
if(krb5_realm_compare(context, in_creds->client, in_creds->server))
|
||||||
return -1; /* XXX */
|
return KRB5_CC_NOTFOUND;
|
||||||
/* XXX this can loop forever */
|
/* XXX this can loop forever */
|
||||||
while(1){
|
while(1){
|
||||||
general_string tgt_inst;
|
general_string tgt_inst;
|
||||||
|
Reference in New Issue
Block a user