1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 12:43:12 +02:00

Windows fixes

This commit is contained in:
Adam
2012-11-05 20:35:23 -05:00
parent 22c8297a03
commit 27ab6a686c
10 changed files with 26 additions and 21 deletions
+1 -1
View File
@@ -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];