]> git.sur5r.net Git - openldap/commitdiff
mdb_txn_renew(): Drop pointless diff from mdb.RE.
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 27 May 2015 20:23:50 +0000 (22:23 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 27 May 2015 20:23:50 +0000 (22:23 +0200)
Makes the code friendlier to "git cherry-pick".

libraries/liblmdb/mdb.c

index 54235755987d69491e067ab37b71a8653f6cec59..78c2c35150c94b62a275ecea5616af0d676134da 100644 (file)
@@ -2586,7 +2586,7 @@ mdb_txn_renew0(MDB_txn *txn)
        int rc, new_notls = 0;
 
        if (txn->mt_flags & MDB_TXN_RDONLY) {
-               txn->mt_flags &= MDB_TXN_BEGIN_FLAGS;
+               txn->mt_flags = MDB_TXN_RDONLY;
                /* Setup db info */
                txn->mt_numdbs = env->me_numdbs;
                txn->mt_dbxs = env->me_dbxs;    /* mostly static anyway */