mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
typo in previous commit...
This commit is contained in:
parent
036289f9c4
commit
cbc238721a
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ static struct slap_daemon {
|
|||
# define SLAP_EVENT_CLR_READ(fd) FD_CLR((fd), &readfds)
|
||||
# define SLAP_EVENT_CLR_WRITE(fd) FD_CLR((fd), &writefds)
|
||||
|
||||
# define SLAP_EVENT_WAIT(tvp, snp) do { \
|
||||
# define SLAP_EVENT_WAIT(tvp, nsp) do { \
|
||||
*(nsp) = select( SLAP_EVENT_MAX, &readfds, \
|
||||
nwriters > 0 ? &writefds : NULL, NULL, (tvp) ); \
|
||||
} while (0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue