Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Barchiesi
OpenLDAP
Commits
b979b57d
Commit
b979b57d
authored
Jan 21, 2021
by
Howard Chu
Browse files
ITS#7468 slapd-relay: set real op->o_bd on successful bind
parent
58dfef01
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-relay/op.c
View file @
b979b57d
...
...
@@ -212,6 +212,8 @@ relay_back_op( Operation *op, SlapReply *rs, int which )
rc
=
(
&
bi
->
bi_op_bind
)[
which
](
op
,
rs
);
});
relay_back_remove_cb
(
&
rcb
,
op
);
if
(
which
==
op_bind
&&
rc
==
LDAP_SUCCESS
)
op
->
o_bd
=
bd
;
}
else
if
(
fail_mode
&
RB_OPERR
)
{
rs
->
sr_err
=
rc
;
...
...
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