From 278a37a24a702e8a3ac4101e9cb7537b755e4f8d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 24 Nov 2010 16:39:14 +0100 Subject: [PATCH] xbps-bin: fix for previous. --- bin/xbps-bin/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/xbps-bin/main.c b/bin/xbps-bin/main.c index ef605f71..51b35a5e 100644 --- a/bin/xbps-bin/main.c +++ b/bin/xbps-bin/main.c @@ -240,6 +240,7 @@ main(int argc, char **argv) goto out; } + lpc.state = 0; if (argv[1]) { if (strcmp(argv[1], "installed") == 0) lpc.state = XBPS_PKG_STATE_INSTALLED;