mirror of
https://github.com/anope/anope.git
synced 2026-07-03 04:03:12 +02:00
Fixed compile from the earlier merge
This commit is contained in:
@@ -44,7 +44,7 @@ Pipe::Pipe() : BufferedSocket()
|
||||
this->WritePipe = fds[1];
|
||||
this->IPv6 = false;
|
||||
|
||||
SocketEngine->AddSocket(this);
|
||||
SocketEngine::AddSocket(this);
|
||||
}
|
||||
|
||||
bool Pipe::ProcessRead()
|
||||
|
||||
Reference in New Issue
Block a user