mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#9461 fix typo
This commit is contained in:
parent
917e4f1d14
commit
52bc29ee2e
1 changed files with 1 additions and 1 deletions
|
|
@ -9547,7 +9547,7 @@ mdb_cursor_del0(MDB_cursor *mc)
|
|||
}
|
||||
}
|
||||
}
|
||||
m3->mc_flags |= C_DEL;
|
||||
mc->mc_flags |= C_DEL;
|
||||
|
||||
fail:
|
||||
if (rc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue