added INFRQ_DESC back to the package cache so the group cache will work

This commit is contained in:
Judd Vinet 2005-10-20 20:11:30 +00:00
parent 2b43f98366
commit 69530cd3d9

View File

@ -49,7 +49,8 @@ static int pkg_cmp(const void *p1, const void *p2)
int db_load_pkgcache(pmdb_t *db) int db_load_pkgcache(pmdb_t *db)
{ {
pmpkg_t *info; pmpkg_t *info;
unsigned char infolevel = INFRQ_DEPENDS; /* The group cache needs INFRQ_DESC as well */
unsigned char infolevel = INFRQ_DEPENDS | INFRQ_DESC;
if(db == NULL) { if(db == NULL) {
return(-1); return(-1);