]> git.sur5r.net Git - openldap/commitdiff
Fix typo in prev commit
authorHoward Chu <hyc@openldap.org>
Thu, 12 Feb 2009 17:07:21 +0000 (17:07 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 12 Feb 2009 17:07:21 +0000 (17:07 +0000)
servers/slapd/daemon.c

index 90c85ec21bcd2c4163217889529e76c0c5bd76f2..fe87e196a4629a031e221c75bf981834214175eb 100644 (file)
@@ -2545,7 +2545,7 @@ slapd_daemon_task(
                                } else if ( !w ) {
                                        Debug( LDAP_DEBUG_CONNS,
                                                "daemon: hangup on %d\n", fd, 0, 0 );
-                                       if (SLAP_SOCK_IS_ACTIVE( fd ) {
+                                       if ( SLAP_SOCK_IS_ACTIVE( fd )) {
 #ifdef HAVE_EPOLL
                                                /* Don't keep reporting the hangup
                                                 */