mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Fix compile error when LDAP_CONNECTIONLESS is defined
This commit is contained in:
parent
755fb9931c
commit
3ba381a862
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ static struct slap_daemon {
|
|||
# define SLAP_EVENT_IS_READ(i) SLAP_CHK_EVENT((i), EPOLLIN)
|
||||
# define SLAP_EVENT_IS_WRITE(i) SLAP_CHK_EVENT((i), EPOLLOUT)
|
||||
# define SLAP_EVENT_IS_LISTENER(i) SLAP_EV_LISTENER(revents[(i)].data.ptr)
|
||||
# define SLAP_EVENT_LISTENER(i) (revents[(i)].data.ptr)
|
||||
# define SLAP_EVENT_LISTENER(i) ((Listener *)(revents[(i)].data.ptr))
|
||||
|
||||
# define SLAP_EVENT_FD(i) SLAP_EV_PTRFD(revents[(i)].data.ptr)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue