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,9 +103,11 @@ monitor_send_children(
|
||||
rs->sr_flags = 0;
|
||||
rc = send_search_entry( op, rs );
|
||||
rs->sr_entry = NULL;
|
||||
if ( rc )
|
||||
if ( rc ) {
|
||||
monitor_cache_release( mi, e );
|
||||
goto freeout;
|
||||
}
|
||||
}
|
||||
|
||||
if ( sub ) {
|
||||
rc = monitor_send_children( op, rs, e, sub );
|
||||
|
Loading…
Reference in New Issue
Block a user