mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#9461 fix typo
This commit is contained in:
parent
257847ab71
commit
f9c5b46651
1 changed files with 1 additions and 1 deletions
|
|
@ -8530,7 +8530,7 @@ mdb_cursor_del0(MDB_cursor *mc)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
m3->mc_flags |= C_DEL;
|
mc->mc_flags |= C_DEL;
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
if (rc)
|
if (rc)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue