From 3151262b41f011e0f5707565461ce46447f12b07 Mon Sep 17 00:00:00 2001 From: peavey Date: Sat, 10 Oct 2009 17:30:13 +0000 Subject: Compile fixes for latest changes to trunk. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11821 e03df62e-2008-0410-955e-edbf42e46eb7 --- win/inspircd_namedpipe.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win') diff --git a/win/inspircd_namedpipe.cpp b/win/inspircd_namedpipe.cpp index 95c0ae578..76d16037b 100644 --- a/win/inspircd_namedpipe.cpp +++ b/win/inspircd_namedpipe.cpp @@ -130,8 +130,8 @@ void IPCThread::SetResult(int newresult) IPC::IPC() { /* The IPC pipe is threaded */ - thread = new IPCThread(Srv); - Srv->Threads->Start(thread); + thread = new IPCThread(); + ServerInstance->Threads->Start(thread); } void IPC::Check() -- cgit v1.2.3