From 24229947e8302c6243e6124808b418728094adb9 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 1 Jun 2011 09:01:24 +0300 Subject: [PATCH] Reset cli configured flag on rpmcliFini() (RhBug:709421) --- lib/poptALL.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/poptALL.c b/lib/poptALL.c index 1091c46..d2db871 100644 --- a/lib/poptALL.c +++ b/lib/poptALL.c @@ -222,6 +222,7 @@ rpmcliFini(poptContext optCon) rpmFreeMacros(rpmCLIMacroContext); rpmFreeRpmrc(); rpmlogClose(); + rpmcliInitialized = -1; return NULL; } -- 2.7.4