From c1a64ba86e264348351d3d1b12e6de56be0eab4f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 22 Mar 2019 22:34:11 +0100 Subject: [PATCH] Revert "lib/initend.c: Fix user virtual packages" This reverts commit bea146c724afd45152745e3ffe96af609eddd6c8. --- lib/initend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/initend.c b/lib/initend.c index af8177ce..a6a78921 100644 --- a/lib/initend.c +++ b/lib/initend.c @@ -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(); /*