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
0ee02720
Commit
0ee02720
authored
Nov 09, 2006
by
Howard Chu
Browse files
Fix typo in prev commit
parent
a6329e95
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
0ee02720
...
...
@@ -1759,7 +1759,7 @@ static int connection_bind_cleanup_cb( Operation *op, SlapReply *rs )
static
int
connection_bind_cb
(
Operation
*
op
,
SlapReply
*
rs
)
{
ldap_pvt_thread_mutex_lock
(
&
op
->
o_conn
->
c_mutex
);
if
(
op
->
o_cnn
->
c_conn_state
==
SLAP_C_BINDING
)
if
(
op
->
o_c
o
nn
->
c_conn_state
==
SLAP_C_BINDING
)
op
->
o_conn
->
c_conn_state
=
SLAP_C_ACTIVE
;
op
->
o_conn
->
c_sasl_bind_in_progress
=
(
rs
->
sr_err
==
LDAP_SASL_BIND_IN_PROGRESS
);
...
...
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