From 849191a5dedd613816c8413765eb0efd6a427e2b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 7 Dec 2012 09:57:41 +0100 Subject: [PATCH] xbps-rindex: [clean] if pkg cannot be read don't check for hash mismatch. --- bin/xbps-rindex/index.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/xbps-rindex/index.c b/bin/xbps-rindex/index.c index 18b6ef9d..cb7a7b67 100644 --- a/bin/xbps-rindex/index.c +++ b/bin/xbps-rindex/index.c @@ -110,6 +110,7 @@ index_clean(struct xbps_handle *xhp, const char *repodir) keyname = prop_dictionary_keysym_cstring_nocopy(obj); prop_array_add_cstring_nocopy(result, keyname); flush = true; + continue; } /* * File can be read; check its hash.