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
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ static int pkg_cmp(const void *p1, const void *p2)
int db_load_pkgcache(pmdb_t *db)
{
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) {
return(-1);