]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Thu, 18 Nov 2004 23:08:57 +0000 (23:08 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 18 Nov 2004 23:08:57 +0000 (23:08 +0000)
servers/slapd/daemon.c

index 04e285e056afa39f75f70e4f6381c569b41341ab..79e0e850849516a2847fdeba47e55a284fcc25c0 100644 (file)
@@ -163,11 +163,11 @@ static struct slap_daemon {
        rc = epoll_ctl(slap_daemon.sd_epfd, EPOLL_CTL_ADD, s,   \
                        &SLAP_SOCK_EP(s));      \
        if ( rc == 0 ) slap_daemon.sd_nfds++;   \
-       else {
-               Debug( LDAP_DEBUG_ANY, "daemon: epoll_ctl ADD failed, errno %d, shutting down\n"
-               errno, 0, 0 );
+       else {  \
+               Debug( LDAP_DEBUG_ANY, "daemon: epoll_ctl ADD failed, errno %d, shutting down\n",       \
+               errno, 0, 0 );  \
                slapd_shutdown = 2;     \
-       }
+       }       \
 } while(0)
 
 #define        SLAP_EV_LISTENER(ptr) (((int *)(ptr) >= slap_daemon.sd_index && \