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
a1786d6b
Commit
a1786d6b
authored
Jan 26, 2011
by
Quanah Gibson-Mount
Browse files
ITS#6795
parent
c71d56cf
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
a1786d6b
...
...
@@ -108,6 +108,7 @@ OpenLDAP 2.4.24 Engineering
Fixed slapo-syncprov sessionlog with adds (ITS#6503)
Fixed slapo-syncprov mutex (ITS#6438)
Fixed slapo-syncprov mincsn check with MMR (ITS#6717)
Fixed slapo-syncprov control leak (ITS#6795)
Fixed slapo-translucent entry leak (ITS#6746)
Fixed contrib/autogroup LDAP URI with attribute filter (ITS#6536)
Fixed contrib/autogroup install location (ITS#6684)
...
...
servers/slapd/overlays/syncprov.c
View file @
a1786d6b
...
...
@@ -2331,6 +2331,7 @@ syncprov_search_response( Operation *op, SlapReply *rs )
rs
->
sr_ctrls
=
op
->
o_tmpalloc
(
sizeof
(
LDAPControl
*
)
*
2
,
op
->
o_tmpmemctx
);
rs
->
sr_ctrls
[
1
]
=
NULL
;
rs
->
sr_flags
|=
REP_CTRLS_MUSTBEFREED
;
/* If we're in delta-sync mode, always send a cookie */
if
(
si
->
si_nopres
&&
si
->
si_usehint
&&
a
)
{
struct
berval
cookie
;
...
...
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