mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 14:23:34 -05:00
ITS#9461 refix ITS#9376
Was setting C_DEL flag gratuitously
This commit is contained in:
parent
51a29155e1
commit
40585b4839
1 changed files with 1 additions and 1 deletions
|
|
@ -8527,10 +8527,10 @@ mdb_cursor_del0(MDB_cursor *mc)
|
|||
}
|
||||
m3->mc_xcursor->mx_cursor.mc_flags |= C_DEL;
|
||||
}
|
||||
m3->mc_flags |= C_DEL;
|
||||
}
|
||||
}
|
||||
}
|
||||
m3->mc_flags |= C_DEL;
|
||||
|
||||
fail:
|
||||
if (rc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue