mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
honor stop on error
This commit is contained in:
parent
e21f57cf05
commit
674c98fa7d
1 changed files with 3 additions and 1 deletions
|
|
@ -701,7 +701,9 @@ really_bad:;
|
|||
* the target enforced a limit lower
|
||||
* than what requested by the proxy;
|
||||
* ignore it */
|
||||
if ( rs->sr_nentries == op->ors_slimit ) {
|
||||
if ( rs->sr_nentries == op->ors_slimit
|
||||
|| META_BACK_ONERR_STOP( mi ) )
|
||||
{
|
||||
savepriv = op->o_private;
|
||||
op->o_private = (void *)i;
|
||||
send_ldap_result( op, rs );
|
||||
|
|
|
|||
Loading…
Reference in a new issue