]> git.sur5r.net Git - openldap/commitdiff
ITS#8355 cleanup
authorHallvard Furuseth <hallvard@openldap.org>
Sat, 10 Dec 2016 20:11:12 +0000 (21:11 +0100)
committerHallvard Furuseth <hallvard@openldap.org>
Sat, 10 Dec 2016 20:11:12 +0000 (21:11 +0100)
Drop ~C_EOF, pointless after 8c215aa970215a58ee0df458813c0405ad27a6e9

libraries/liblmdb/mdb.c

index f70e9f0a6bead694b32b06d75dcc60a439304d17..edfb034e06db31a52244748d3e01dc70c261fb60 100644 (file)
@@ -6714,8 +6714,6 @@ mdb_cursor_prev(MDB_cursor *mc, MDB_val *key, MDB_val *data, MDB_cursor_op op)
        } else
                mc->mc_ki[mc->mc_top]--;
 
-       mc->mc_flags &= ~C_EOF;
-
        DPRINTF(("==> cursor points to page %"Yu" with %u keys, key index %u",
            mdb_dbg_pgno(mp), NUMKEYS(mp), mc->mc_ki[mc->mc_top]));