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
Nadezhda Ivanova
OpenLDAP
Commits
619a6726
Commit
619a6726
authored
Feb 21, 2003
by
Kurt Zeilenga
Browse files
shutdown connections fix
parent
5502d8c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/daemon.c
View file @
619a6726
...
...
@@ -1916,11 +1916,17 @@ slapd_daemon_task(
#endif
}
if
(
slapd_gentle_shutdown
!=
2
)
if
(
slapd_gentle_shutdown
!=
2
)
{
close_listeners
(
0
);
}
free
(
slap_listeners
);
slap_listeners
=
NULL
;
if
(
!
slapd_gentle_shutdown
)
{
connections_shutdown
();
}
#ifdef NEW_LOGGING
LDAP_LOG
(
CONNECTION
,
CRIT
,
"slapd_daemon_task: shutdown waiting for %d threads to terminate.
\n
"
,
...
...
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