mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix typo in prev commit
This commit is contained in:
parent
b37c553c71
commit
2a3076e597
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue