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
ingo Voss
OpenLDAP
Commits
9a3138cb
Commit
9a3138cb
authored
Oct 17, 2006
by
Howard Chu
Browse files
Fix typo in prev commit
parent
eb16636a
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
9a3138cb
...
...
@@ -863,7 +863,7 @@ connection_close( Connection *c )
return
;
assert
(
c
->
c_struct_state
==
SLAP_C_USED
);
assert
(
c
->
c_
struct
_state
==
SLAP_C_CLOSING
);
assert
(
c
->
c_
conn
_state
==
SLAP_C_CLOSING
);
/* NOTE: c_mutex should be locked by caller */
...
...
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