mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
Add missing ";" in SLAP_SOCK_SET_INIT
This commit is contained in:
parent
b90a496187
commit
f21a6f7ef3
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ static struct slap_daemon {
|
|||
sizeof(struct epoll_event) * dtblsize * 2); \
|
||||
slap_daemon.sd_index = ch_malloc(sizeof(int) * dtblsize); \
|
||||
slap_daemon.sd_epfd = epoll_create( dtblsize ); \
|
||||
for (i=0; i<dtblsize; i++) slap_daemon.sd_index[i] = -1 \
|
||||
for (i=0; i<dtblsize; i++) slap_daemon.sd_index[i] = -1; \
|
||||
} while (0)
|
||||
# endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue