mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix prev commit
This commit is contained in:
parent
8bdfd2edbb
commit
81b4184975
@ -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 New Issue
Block a user