]> git.sur5r.net Git - openldap/commitdiff
ITS#5135
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 10 Jul 2008 02:43:03 +0000 (02:43 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 10 Jul 2008 02:43:03 +0000 (02:43 +0000)
CHANGES
servers/slapd/overlays/dynlist.c

diff --git a/CHANGES b/CHANGES
index 29c91f81b41435ae7f0a91c9bee80d8a3be48fc4..293b54382aff434e3a27ad918a95f91c6d10d79a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,7 @@ OpenLDAP 2.4.11 Engineering
        Fixed slapd-meta link to slapd-ldap (ITS#5355)
        Fixed slapd-sock, back-shell buffer count (ITS#5558)
        Fixed slapo-dynlist dg attrs lookup (ITS#5583)
+       Fixed slapo-dynlist entry release (ITS#5135)
        Fixed slapo-memberof replace handling (ITS#5584)
        Added slapo-nssov contrib module
        Fixed slapo-pcache handling of negative search caches (ITS#5546)
index 2cbf53e79fa648e5913ef8cdd1413bbd8bf8432e..29b1d5bc13356d5c847f9d1f5ddb910e87ab97f6 100644 (file)
@@ -780,7 +780,7 @@ done:;
 
 release:;
        if ( e != NULL ) {
-               overlay_entry_release_ov( &o, e, 0, on );
+               overlay_entry_release_ov( op, e, 0, on );
        }
 
        return SLAP_CB_CONTINUE;