]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/inspircd_namedpipe.cpp
Compile fixes for latest changes to trunk.
[user/henk/code/inspircd.git] / win / inspircd_namedpipe.cpp
index 95c0ae5783fc204a41b234d4ad9b6f174906186a..76d16037bf721bb51fe1e9286fc2b6fefa2e440d 100644 (file)
@@ -130,8 +130,8 @@ void IPCThread::SetResult(int newresult)
 IPC::IPC()\r
 {\r
        /* The IPC pipe is threaded */\r
-       thread = new IPCThread(Srv);\r
-       Srv->Threads->Start(thread);\r
+       thread = new IPCThread();\r
+       ServerInstance->Threads->Start(thread);\r
 }\r
 \r
 void IPC::Check()\r