mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +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 );
|
rc = monitor_send_children( op, rs, e, 1 );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
rc = LDAP_UNWILLING_TO_PERFORM;
|
||||||
|
monitor_cache_release( mi, e );
|
||||||
}
|
}
|
||||||
|
|
||||||
rs->sr_attrs = NULL;
|
rs->sr_attrs = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user