aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs1
1 files changed, 1 insertions, 0 deletions
diff --git a/URPM.xs b/URPM.xs
index 97ab09f..43489e3 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -2774,6 +2774,7 @@ Db_create_transaction(db, prefix="/")
/* this is *REALLY* dangerous to create a new transaction while another is open,
so use the db transaction instead. */
db->ts = rpmtsLink(db->ts, "URPM::DB::create_transaction");
+ ++db->count;
RETVAL = db;
OUTPUT:
RETVAL