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
8082760c
Commit
8082760c
authored
Apr 23, 1999
by
Kurt Zeilenga
Browse files
Update state to closing early.
parent
3e05f289
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
8082760c
...
...
@@ -331,9 +331,11 @@ void connection_closing( Connection *c )
"connection_closing: readying conn=%ld sd=%d for close.
\n
"
,
c
->
c_connid
,
c
->
c_sb
.
sb_sd
,
0
);
/* update state to closing */
c
->
c_conn_state
=
SLAP_C_CLOSING
;
/* don't listen on this port anymore */
slapd_clr_read
(
c
->
c_sb
.
sb_sd
,
1
);
c
->
c_conn_state
=
SLAP_C_CLOSING
;
/* shutdown I/O -- not yet implemented */
...
...
Write
Preview
Markdown
is supported
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