Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
5983162e
Commit
5983162e
authored
Dec 12, 2010
by
Quanah Gibson-Mount
Browse files
ITS#6649
parent
bbb7e12c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
5983162e
...
...
@@ -13,6 +13,7 @@ OpenLDAP 2.4.24 Engineering
Fixed slapo-pcache callback freeing (ITS#6640)
Fixed slapo-pcache to ignore undefined attrs (ITS#6600)
Fixed slapo-ppolicy don't update opattrs on consumers (ITS#6608)
Fixed slapo-sssvlv initialization (ITS#6649)
Fixed slapo-syncprov to send error if consumer is newer (ITS#6606)
Documentation
admin24 guide typo fixes (ITS#6609)
...
...
servers/slapd/overlays/sssvlv.c
View file @
5983162e
...
...
@@ -801,9 +801,9 @@ static int sssvlv_op_search(
op
->
o_tmpmemctx
);
/* Install serversort response callback to handle a new search */
if
(
ps
||
vc
)
{
so
=
ch_
m
alloc
(
sizeof
(
sort_op
));
so
=
ch_
c
alloc
(
1
,
sizeof
(
sort_op
));
}
else
{
so
=
op
->
o_tmpalloc
(
sizeof
(
sort_op
),
op
->
o_tmpmemctx
);
so
=
op
->
o_tmp
c
alloc
(
1
,
sizeof
(
sort_op
),
op
->
o_tmpmemctx
);
}
sort_conns
[
op
->
o_conn
->
c_conn_idx
]
=
so
;
...
...
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