mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
Fix 1.40, release entry with same backend that obtained it
This commit is contained in:
parent
c6f12694fc
commit
4af6e9c4c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue