]> git.sur5r.net Git - openldap/commitdiff
Fix 1.40, release entry with same backend that obtained it
authorHoward Chu <hyc@openldap.org>
Tue, 8 Jul 2008 06:00:32 +0000 (06:00 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 8 Jul 2008 06:00:32 +0000 (06:00 +0000)
servers/slapd/overlays/dynlist.c

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;