Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
a9ca6b13
Commit
a9ca6b13
authored
Jun 21, 2011
by
Howard Chu
Committed by
Quanah Gibson-Mount
Jun 21, 2011
Browse files
ITS#6973 need limits_check if overlay is global
parent
2cad9a8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/sssvlv.c
View file @
a9ca6b13
...
...
@@ -873,6 +873,9 @@ static int sssvlv_op_search(
}
ldap_pvt_thread_mutex_unlock
(
&
sort_conns_mutex
);
if
(
ok
)
{
/* If we're a global overlay, this check got bypassed */
if
(
!
op
->
ors_limit
&&
limits_check
(
op
,
rs
))
return
rs
->
sr_err
;
/* are we continuing a VLV search? */
if
(
so
&&
vc
&&
vc
->
vc_context
)
{
so
->
so_ctrl
=
sc
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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