mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
ITS#8393 fix MDB_GET_BOTH on non-dup record
This commit is contained in:
parent
e46d78b7b0
commit
8fff90db7e
1 changed files with 1 additions and 1 deletions
|
|
@ -6771,8 +6771,8 @@ set1:
|
|||
if (op == MDB_GET_BOTH || rc > 0)
|
||||
return MDB_NOTFOUND;
|
||||
rc = 0;
|
||||
*data = olddata;
|
||||
}
|
||||
*data = olddata;
|
||||
|
||||
} else {
|
||||
if (mc->mc_xcursor)
|
||||
|
|
|
|||
Loading…
Reference in a new issue