mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
Remove no-op call to IncreaseOSBuffers() from BufferedSocket::BeginConnect()
This commit is contained in:
parent
daa9f89183
commit
4857bf4771
@ -122,8 +122,6 @@ BufferedSocketError BufferedSocket::BeginConnect(const irc::sockets::sockaddrs&
|
||||
this->Timeout = new SocketTimeout(this->GetFd(), this, timeout, ServerInstance->Time());
|
||||
ServerInstance->Timers->AddTimer(this->Timeout);
|
||||
|
||||
IncreaseOSBuffers(fd);
|
||||
|
||||
ServerInstance->Logs->Log("SOCKET", DEBUG,"BufferedSocket::DoConnect success");
|
||||
return I_ERR_NONE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user