mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#8725 Always remove listener descriptors from daemon on shutdown
This commit is contained in:
parent
db3909d27d
commit
82737719c8
1 changed files with 1 additions and 1 deletions
|
|
@ -2814,7 +2814,7 @@ loop:
|
|||
0, 0, 0 );
|
||||
}
|
||||
|
||||
close_listeners( 0 );
|
||||
close_listeners( 1 );
|
||||
|
||||
if ( !slapd_gentle_shutdown ) {
|
||||
slapd_abrupt_shutdown = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue