mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ITS#8393 fix MDB_GET_BOTH on non-dup record
This commit is contained in:
parent
798f020c59
commit
0820431975
@ -5974,8 +5974,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 New Issue
Block a user