summaryrefslogtreecommitdiff
path: root/rpmdb/db3.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-10-27 20:09:20 +0000
committerjbj <devnull@localhost>2001-10-27 20:09:20 +0000
commit7402ce15464cc59617177a2af2799c36c8ef60fd (patch)
tree6c3185d6dd7d9e8e95b518a896799438176f5199 /rpmdb/db3.c
parent4a1a5e81483a2f81b22c3a0d2cb054d93055998e (diff)
downloadrpm-7402ce15464cc59617177a2af2799c36c8ef60fd.tar.gz
rpm-7402ce15464cc59617177a2af2799c36c8ef60fd.tar.bz2
rpm-7402ce15464cc59617177a2af2799c36c8ef60fd.zip
- legacy signatures always checked where possible on package read.
- wire transactions through rpmcli build modes. - lazy rpmdb open/close through transaction methods (mostly anyways). - no-brainer refcounts for rpmdb object. - check added header against transaction set, replace if newer. CVS patchset: 5135 CVS date: 2001/10/27 20:09:20
Diffstat (limited to 'rpmdb/db3.c')
-rw-r--r--rpmdb/db3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/db3.c b/rpmdb/db3.c
index 4739dd114..f35a16d51 100644
--- a/rpmdb/db3.c
+++ b/rpmdb/db3.c
@@ -801,7 +801,7 @@ exit:
}
/*@=moduncon@*/
-static int db3open(/*@keep@*/ rpmdb rpmdb, int rpmtag, dbiIndex * dbip)
+static int db3open(rpmdb rpmdb, int rpmtag, dbiIndex * dbip)
/*@globals rpmGlobalMacroContext,
fileSystem @*/
/*@modifies *dbip, fileSystem @*/