]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9461 fix typo
authorHoward Chu <hyc@openldap.org>
Thu, 11 Feb 2021 11:34:57 +0000 (11:34 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 11 Feb 2021 11:34:57 +0000 (11:34 +0000)
libraries/liblmdb/mdb.c

index e6cae8edf279194e7979294f6439d0c9cf517ae7..4062664bf7b69a6138d70045d030b0bf9f0623ff 100644 (file)
@@ -8530,7 +8530,7 @@ mdb_cursor_del0(MDB_cursor *mc)
                        }
                }
        }
-       m3->mc_flags |= C_DEL;
+       mc->mc_flags |= C_DEL;
 
 fail:
        if (rc)