From 0715b04664ce348b73f6981dd07f0b464dddd049 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 22 Oct 2010 11:49:52 +0300 Subject: Change all internal uses of rpmtsInitIterator() to use DBI tags --- lib/rpmts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rpmts.c') diff --git a/lib/rpmts.c b/lib/rpmts.c index e6d5d08b3..228ceb850 100644 --- a/lib/rpmts.c +++ b/lib/rpmts.c @@ -302,7 +302,7 @@ static int loadKeyringFromDB(rpmts ts) int nkeys = 0; rpmlog(RPMLOG_DEBUG, "loading keyring from rpmdb\n"); - mi = rpmtsInitIterator(ts, RPMTAG_NAME, "gpg-pubkey", 0); + mi = rpmtsInitIterator(ts, RPMDBI_NAME, "gpg-pubkey", 0); while ((h = rpmdbNextIterator(mi)) != NULL) { struct rpmtd_s pubkeys; const char *key; -- cgit v1.2.3