mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 05:13:35 -05:00
Merge remote-tracking branch 'origin/mdb.master'
This commit is contained in:
commit
15af1b8cac
1 changed files with 2 additions and 2 deletions
|
|
@ -4968,8 +4968,8 @@ mdb_cursor_put(MDB_cursor *mc, MDB_val *key, MDB_val *data,
|
|||
if (rc > 0) {
|
||||
rc = MDB_NOTFOUND;
|
||||
mc->mc_ki[mc->mc_top]++;
|
||||
} else if (rc < 0) {
|
||||
/* new key is < last key */
|
||||
} else {
|
||||
/* new key is <= last key */
|
||||
rc = MDB_KEYEXIST;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue