]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Fix typo
authorHoward Chu <hyc@openldap.org>
Wed, 24 Aug 2011 06:21:07 +0000 (23:21 -0700)
committerHoward Chu <hyc@openldap.org>
Wed, 24 Aug 2011 06:21:07 +0000 (23:21 -0700)
servers/slapd/back-mdb/delete.c

index e6eeffa0a9ee2ecd92db9b5114d50b059111f95e..10a40106125a42fb748d039796a2d1cbba560cf6 100644 (file)
@@ -387,7 +387,7 @@ txnReturn:
                        }
                        parent_is_leaf = 1;
                }
-               meb_entry_return( p );
+               mdb_entry_return( p );
                p = NULL;
        }