mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
ITS#8725 Avoid listener thread startup race
Typically only shows up under valgrind, not in regular runs
This commit is contained in:
parent
8b1fb962fc
commit
68e064ca84
1 changed files with 1 additions and 0 deletions
|
|
@ -2421,6 +2421,7 @@ loop:
|
|||
|
||||
if ( lr->sl_sd == AC_SOCKET_INVALID ) continue;
|
||||
if ( DAEMON_ID( lr->sl_sd ) != tid ) continue;
|
||||
if ( !SLAP_SOCK_IS_ACTIVE( tid, lr->sl_sd )) continue;
|
||||
|
||||
if ( lr->sl_mute || lr->sl_busy )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue