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
02fea637
Commit
02fea637
authored
Apr 07, 2006
by
Pierangelo Masarati
Browse files
import fix for ITS#4479
parent
66b4fe2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
02fea637
...
...
@@ -12,6 +12,7 @@ OpenLDAP 2.3.21 Release
Fixed slapd connection index bound check (ITS#4449)
Fixed slapd connection cleanup (ITS#4465)
Fixed slapd slap_realloc misuse (ITS#4477)
Fixed slapd size limit check when pagesize=1 (ITS#4479)
Fixed slapd-bdb/hdb cache issue (ITS#4439)
Fixed slapd-ldbm crash on modify bug (ITS#4464)
Fixed slapd-ldap potential bind deadlock (ITS#4409)
...
...
servers/slapd/limits.c
View file @
02fea637
...
...
@@ -1233,6 +1233,9 @@ limits_check( Operation *op, SlapReply *rs )
return
-
1
;
}
op
->
ors_slimit
=
slimit
;
}
else
if
(
slimit
==
0
)
{
op
->
ors_slimit
=
0
;
}
}
else
{
...
...
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