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:
Love Hörnquist Åstrand
2009-02-27 03:28:59 +00:00
parent 5684eb4435
commit ef088ee696

View File

@@ -500,7 +500,6 @@ acc_resolve(krb5_context context, krb5_ccache *id, const char *res)
} else if (error == ccErrCCacheNotFound) {
a->ccache = NULL;
a->cache_name = NULL;
error = 0;
} else {
*id = NULL;
return translate_cc_error(context, error);