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
Дилян Палаузов
OpenLDAP
Commits
71de64fa
Commit
71de64fa
authored
Aug 03, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Aug 04, 2021
Browse files
ITS#9624 Make sure we reset only for Binds
parent
7c17f061
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/lloadd/operation.c
View file @
71de64fa
...
...
@@ -276,7 +276,8 @@ operation_unlink_client( LloadOperation *op, LloadConnection *client )
assert
(
op
==
removed
);
client
->
c_n_ops_executing
--
;
if
(
client
->
c_state
==
LLOAD_C_BINDING
)
{
if
(
op
->
o_tag
==
LDAP_REQ_BIND
&&
client
->
c_state
==
LLOAD_C_BINDING
)
{
client
->
c_state
=
LLOAD_C_READY
;
if
(
!
BER_BVISNULL
(
&
client
->
c_auth
)
)
{
ber_memfree
(
client
->
c_auth
.
bv_val
);
...
...
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