Fix 1.40, release entry with same backend that obtained it

This commit is contained in:
Howard Chu 2008-07-08 06:00:32 +00:00
parent c6f12694fc
commit 4af6e9c4c6

View 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;