1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-02-28 17:31:52 -05:00

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

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;