mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
parent
a93810cc3d
commit
17c09fa476
@ -5421,7 +5421,7 @@ mdb_cursor_set(MDB_cursor *mc, MDB_val *key, MDB_val *data,
|
||||
if (!mc->mc_top) {
|
||||
/* There are no other pages */
|
||||
mc->mc_ki[mc->mc_top] = 0;
|
||||
if (op == MDB_SET_RANGE) {
|
||||
if (op == MDB_SET_RANGE && !exactp) {
|
||||
rc = 0;
|
||||
goto set1;
|
||||
} else
|
||||
|
3678
libraries/libmdb/mdb.c
Normal file
3678
libraries/libmdb/mdb.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user