Revert "lib/initend.c: Fix user virtual packages"
This reverts commit bea146c724
.
This commit is contained in:
parent
601f0a2d09
commit
c1a64ba86e
@ -66,7 +66,7 @@ store_vars(struct xbps_handle *xhp, xbps_dictionary_t *d,
|
||||
|
||||
if (*d == NULL)
|
||||
*d = xbps_dictionary_create();
|
||||
if (xhp->vpkgd_conf == NULL)
|
||||
if (xhp->vpkgd_conf)
|
||||
xhp->vpkgd_conf = xbps_dictionary_create();
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user