error never read again, just drop it
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24846 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -500,7 +500,6 @@ acc_resolve(krb5_context context, krb5_ccache *id, const char *res)
|
|||||||
} else if (error == ccErrCCacheNotFound) {
|
} else if (error == ccErrCCacheNotFound) {
|
||||||
a->ccache = NULL;
|
a->ccache = NULL;
|
||||||
a->cache_name = NULL;
|
a->cache_name = NULL;
|
||||||
error = 0;
|
|
||||||
} else {
|
} else {
|
||||||
*id = NULL;
|
*id = NULL;
|
||||||
return translate_cc_error(context, error);
|
return translate_cc_error(context, error);
|
||||||
|
Reference in New Issue
Block a user