Corrected -Rsc operation - dependancy info was not being read from the DB

This commit is contained in:
Aaron Griffin 2006-12-05 07:00:22 +00:00
parent 8028a1124a
commit 2116ce78fb
2 changed files with 7 additions and 4 deletions

View file

@ -465,6 +465,9 @@ pmlist_t *_alpm_removedeps(pmdb_t *db, pmlist_t *targs)
}
FREELISTPTR(k);
}
_alpm_db_read(db, INFRQ_DEPENDS, dep);
if(_alpm_pkg_isin(dep->name, targs)) {
continue;
}