Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
f5130657
Commit
f5130657
authored
Feb 13, 2009
by
Quanah Gibson-Mount
Browse files
More for ITS#5886
parent
59b655a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/daemon.c
View file @
f5130657
...
...
@@ -2545,12 +2545,14 @@ slapd_daemon_task(
}
else
if
(
!
w
)
{
Debug
(
LDAP_DEBUG_CONNS
,
"daemon: hangup on %d
\n
"
,
fd
,
0
,
0
);
if
(
SLAP_SOCK_IS_ACTIVE
(
fd
))
{
#ifdef HAVE_EPOLL
/* Don't keep reporting the hangup
*/
SLAP_EPOLL_SOCK_SET
(
fd
,
EPOLLET
);
/* Don't keep reporting the hangup
*/
SLAP_EPOLL_SOCK_SET
(
fd
,
EPOLLET
);
#endif
connection_hangup
(
fd
);
connection_hangup
(
fd
);
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment