mirror of
https://github.com/anope/anope.git
synced 2026-07-01 13:46:38 +02:00
Give more verbose messages on startup
This commit is contained in:
@@ -126,8 +126,6 @@ void SocketEngine::Process()
|
||||
|
||||
if (ev->events & (EPOLLHUP | EPOLLERR))
|
||||
{
|
||||
socklen_t sz = sizeof(errno);
|
||||
getsockopt(s->GetFD(), SOL_SOCKET, SO_ERROR, &errno, &sz);
|
||||
s->ProcessError();
|
||||
s->SetFlag(SF_DEAD);
|
||||
delete s;
|
||||
|
||||
Reference in New Issue
Block a user