]> git.sur5r.net Git - openldap/commitdiff
Add missing ";" in SLAP_SOCK_SET_INIT
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 14 Oct 2005 12:53:14 +0000 (12:53 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 14 Oct 2005 12:53:14 +0000 (12:53 +0000)
servers/slapd/daemon.c

index 5c70457657bce2e53698577f2da77bd9e0cd3179..f83aea52e72809a4571f4f68d99c4fb184474f44 100644 (file)
@@ -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