We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d954d commit 8e6fb6dCopy full SHA for 8e6fb6d
src/library/deb-backend.c
@@ -237,6 +237,7 @@ static int deb_load_list(const conf_t *conf) {
237
pkg_array_init_from_hash(&array);
238
239
msg(LOG_INFO, "Computing hashes for %d packages.", array.n_pkgs);
240
+ fsys_hash_reset();
241
242
for (int i = 0; i < array.n_pkgs; i++) {
243
struct pkginfo *package = array.pkgs[i];
0 commit comments