mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
More for prev commit
This commit is contained in:
parent
758c6e4dc9
commit
62ee62c0b0
@ -103,8 +103,10 @@ monitor_send_children(
|
|||||||
rs->sr_flags = 0;
|
rs->sr_flags = 0;
|
||||||
rc = send_search_entry( op, rs );
|
rc = send_search_entry( op, rs );
|
||||||
rs->sr_entry = NULL;
|
rs->sr_entry = NULL;
|
||||||
if ( rc )
|
if ( rc ) {
|
||||||
|
monitor_cache_release( mi, e );
|
||||||
goto freeout;
|
goto freeout;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( sub ) {
|
if ( sub ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user