diff options
Diffstat (limited to 'lib/rpmgi.c')
-rw-r--r-- | lib/rpmgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmgi.c b/lib/rpmgi.c index ca7dfc046..7f3be9c45 100644 --- a/lib/rpmgi.c +++ b/lib/rpmgi.c @@ -574,7 +574,7 @@ enditer: /* XXX installed database needs close here. */ xx = rpmtsCloseDB(ts); - ts->dbmode = -1; /* XXX disable lazy opens */ + xx = rpmtsSetDBMode(ts, -1); /* XXX disable lazy opens */ xx = rpmtsCheck(ts); |