From a1e561b402e695b7f5ed67fe931fe337b61170ab Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Nov 2014 13:17:38 +0100 Subject: add a missing PUTBACK in traverse_tag_find() this is needed after using POPi bug introduced in commit 4294365db5d78909ae5a490e0714db379502cd80 --- URPM.xs | 1 + 1 file changed, 1 insertion(+) (limited to 'URPM.xs') diff --git a/URPM.xs b/URPM.xs index b37c8bd..10d9c2c 100644 --- a/URPM.xs +++ b/URPM.xs @@ -2451,6 +2451,7 @@ Db_traverse_tag_find(db,tag,name,callback) found = 1; break; } + PUTBACK; } rpmtsSetVSFlags(db->ts, ovsflags); (void)rpmdbFreeIterator(mi); -- cgit v1.2.1