mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
ITS#4765 init slap_daemon.sd_actives
This commit is contained in:
parent
43f0177a08
commit
c8a000cb7b
1 changed files with 1 additions and 0 deletions
|
|
@ -494,6 +494,7 @@ static struct slap_daemon {
|
|||
|
||||
# define SLAP_SOCK_INIT do { \
|
||||
SLAP_SELECT_CHK_SETSIZE; \
|
||||
FD_ZERO(&slap_daemon.sd_actives); \
|
||||
FD_ZERO(&slap_daemon.sd_readers); \
|
||||
FD_ZERO(&slap_daemon.sd_writers); \
|
||||
} while (0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue