mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
fix entry unlock in case of unhandled scope (ITS#4668)
This commit is contained in:
parent
ad4ba42524
commit
67dd808730
1 changed files with 4 additions and 0 deletions
|
|
@ -244,6 +244,10 @@ monitor_back_search( Operation *op, SlapReply *rs )
|
|||
|
||||
rc = monitor_send_children( op, rs, e, 1 );
|
||||
break;
|
||||
|
||||
default:
|
||||
rc = LDAP_UNWILLING_TO_PERFORM;
|
||||
monitor_cache_release( mi, e );
|
||||
}
|
||||
|
||||
rs->sr_attrs = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue