Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
674c98fa
Commit
674c98fa
authored
Apr 04, 2006
by
Pierangelo Masarati
Browse files
honor stop on error
parent
e21f57cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-meta/search.c
View file @
674c98fa
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment