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
da304e50
Commit
da304e50
authored
Aug 28, 2007
by
Ralf Haferkamp
Browse files
corrected ITS#4991 fix
parent
d5009371
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
da304e50
...
...
@@ -2,6 +2,7 @@ OpenLDAP 2.3 Change Log
OpenLDAP 2.3.39 Engineering
Fixed slapd-sql concurrency issue (ITS#5095)
Fixed slapo-pcache and -rwm interaction fix (ITS#4991)
Fixed liblber Windows x64 portability (ITS#5105)
Fixed libldap ppolicy control creation (ITS#5103)
Documentation
...
...
servers/slapd/overlays/pcache.c
View file @
da304e50
...
...
@@ -1050,7 +1050,6 @@ pcache_response(
if
(
si
->
query
.
save_attrs
!=
NULL
)
{
rs
->
sr_attrs
=
si
->
query
.
save_attrs
;
op
->
ors_attrs
=
si
->
query
.
save_attrs
;
si
->
query
.
save_attrs
=
NULL
;
}
if
(
rs
->
sr_type
==
REP_SEARCH
)
{
...
...
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