Continue on KRB5_FCC_NOFILE in KCM cache iteration Although Heimdal's KCM client only continues after KRB5_CC_END, Heimdal's and macOS's KCM server returns KRB5_FCC_NOFILE if a cache uuid no longer exists. Check for both errors during iteration. Also set ret to 0 when continuing, in case the skipped uuid is the last one in the list. (cherry picked from commit f7b3cb8bbe90817f7bfbc545f1e427c16f52a79c) https://github.com/krb5/krb5/commit/a1b5cf2429cf33d77a4fd0aa2849b3d3661f6e05 Author: Greg Hudson Commit: a1b5cf2429cf33d77a4fd0aa2849b3d3661f6e05 Branch: krb5-1.19 src/lib/krb5/ccache/cc_kcm.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)