ITS#9461 fix typo

This commit is contained in:
Howard Chu 2021-02-11 11:34:57 +00:00
parent 917e4f1d14
commit 52bc29ee2e

View file

@ -9547,7 +9547,7 @@ mdb_cursor_del0(MDB_cursor *mc)
}
}
}
m3->mc_flags |= C_DEL;
mc->mc_flags |= C_DEL;
fail:
if (rc)