diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-10-30 14:07:29 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-10-30 14:07:29 +0200 |
commit | ce33decefa68cdde3ed332c629dc661defc963d1 (patch) | |
tree | 476d65e836215b33d66e20d15214075cbd0ca221 /lib/legacy.c | |
parent | 6c91bf043776319bc0b78852ecf65a56501c60e1 (diff) | |
download | rpm-ce33decefa68cdde3ed332c629dc661defc963d1.tar.gz rpm-ce33decefa68cdde3ed332c629dc661defc963d1.tar.bz2 rpm-ce33decefa68cdde3ed332c629dc661defc963d1.zip |
Change all in-tree rpmdsNew() uses to non-scaremem
- shouldn't affect anything at all
Diffstat (limited to 'lib/legacy.c')
-rw-r--r-- | lib/legacy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/legacy.c b/lib/legacy.c index 6d3129ef5..b2fcc5716 100644 --- a/lib/legacy.c +++ b/lib/legacy.c @@ -167,7 +167,7 @@ static void providePackageNVR(Header h) } /* see if we already have this provide */ - hds = rpmdsNew(h, RPMTAG_PROVIDENAME, 1); + hds = rpmdsNew(h, RPMTAG_PROVIDENAME, 0); nvrds = rpmdsSingle(RPMTAG_PROVIDENAME, name, pEVR, pFlags); if (rpmdsFind(hds, nvrds) >= 0) { bingo = 0; |