mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix entry unlock in case of unhandled scope (ITS#4668)
This commit is contained in:
parent
ad4ba42524
commit
67dd808730
@ -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 New Issue
Block a user