mirror of
https://github.com/anope/anope.git
synced 2026-07-03 12:43:12 +02:00
Windows fixes
This commit is contained in:
@@ -27,7 +27,7 @@ Pipe::Pipe() : Socket(-1), WritePipe(-1)
|
||||
flags = fcntl(fds[1], F_GETFL, 0);
|
||||
fcntl(fds[1], F_SETFL, flags | O_NONBLOCK);
|
||||
|
||||
this->~Socket();
|
||||
this->~Pipe();
|
||||
|
||||
this->Sock = fds[0];
|
||||
this->WritePipe = fds[1];
|
||||
|
||||
Reference in New Issue
Block a user