ITS#9461 fix typo

This commit is contained in:
Howard Chu 2021-02-11 11:34:57 +00:00
parent 257847ab71
commit f9c5b46651

View File

@ -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)