]> 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:35:36 +0000 (11:35 +0000)
libraries/liblmdb/mdb.c

index 4cc425fcfa13ea0636fe8fb710587a15d95a42e9..e43c05b0569cb485c25376090d01bfe7f95d75d1 100644 (file)
@@ -10239,7 +10239,7 @@ mdb_cursor_del0(MDB_cursor *mc)
                        }
                }
        }
-       m3->mc_flags |= C_DEL;
+       mc->mc_flags |= C_DEL;
 
 fail:
        if (rc)