xbps-bin::check.c: reset a var to avoid false positives.

This commit is contained in:
Juan RP 2011-01-28 12:18:17 +01:00
parent af5d3a0653
commit 03b1b254cc

View File

@ -258,6 +258,7 @@ xbps_check_pkg_integrity(const char *pkgname)
printf("%s: dependency not satisfied: %s\n",
pkgname, reqpkg);
}
rv = 0;
}
prop_object_iterator_release(iter);
if (rv == ENOENT) {