From: Howard Chu Date: Thu, 12 Feb 2009 17:07:21 +0000 (+0000) Subject: Fix typo in prev commit X-Git-Tag: ACLCHECK_0~833 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a3076e59763535d43ce215d2c4ecb725a81eb30;p=openldap Fix typo in prev commit --- diff --git a/servers/slapd/daemon.c b/servers/slapd/daemon.c index 90c85ec21b..fe87e196a4 100644 --- a/servers/slapd/daemon.c +++ b/servers/slapd/daemon.c @@ -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 */