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
edb1c663
Commit
edb1c663
authored
Apr 13, 2006
by
Howard Chu
Browse files
Fix translucent modify
parent
7948cb0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/translucent.c
View file @
edb1c663
...
...
@@ -208,7 +208,8 @@ static int translucent_delete(Operation *op, SlapReply *rs) {
static
int
translucent_tag_cb
(
Operation
*
op
,
SlapReply
*
rs
)
{
op
->
o_tag
=
(
ber_tag_t
)
op
->
o_callback
->
sc_private
;
op
->
o_tag
=
LDAP_REQ_MODIFY
;
op
->
orm_modlist
=
op
->
o_callback
->
sc_private
;
rs
->
sr_tag
=
slap_req2res
(
op
->
o_tag
);
return
SLAP_CB_CONTINUE
;
...
...
@@ -400,7 +401,7 @@ release:
glue_parent
(
&
nop
);
cb
.
sc_response
=
translucent_tag_cb
;
cb
.
sc_private
=
(
void
*
)
LDAP_REQ_MODIFY
;
cb
.
sc_private
=
op
->
orm_modlist
;
cb
.
sc_next
=
nop
.
o_callback
;
nop
.
o_callback
=
&
cb
;
rc
=
on
->
on_info
->
oi_orig
->
bi_op_add
(
&
nop
,
&
nrs
);
...
...
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