mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-22 06:43:17 -05:00
Fix prev commit
This commit is contained in:
parent
8bdfd2edbb
commit
81b4184975
1 changed files with 3 additions and 1 deletions
|
|
@ -2582,7 +2582,9 @@ slapd_daemon_task(
|
|||
#ifdef HAVE_EPOLL
|
||||
/* Don't keep reporting the hangup
|
||||
*/
|
||||
SLAP_EPOLL_SOCK_SET( fd, EPOLLET );
|
||||
if ( SLAP_SOCK_IS_ACTIVE( fd )) {
|
||||
SLAP_EPOLL_SOCK_SET( fd, EPOLLET );
|
||||
}
|
||||
#endif
|
||||
}
|
||||
connection_read_activate( fd );
|
||||
|
|
|
|||
Loading…
Reference in a new issue