package 'reason' field should default to 0

This commit is contained in:
Aurelien Foret 2005-04-06 18:30:50 +00:00
parent 3b49720e39
commit 4091aa1165
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ pmpkg_t *pkg_new()
pkg->size = 0;
pkg->scriptlet = 0;
pkg->force = 0;
pkg->reason = PM_PKG_REASON_EXPLICIT;
pkg->reason = 0;
pkg->requiredby = NULL;
pkg->conflicts = NULL;
pkg->files = NULL;