summaryrefslogtreecommitdiffstats
path: root/src/threadengines/threadengine_pthread.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-08-25 11:58:33 -0400
committerGravatar Daniel De Graaf2010-08-25 11:58:33 -0400
commitb5c7592e447c0be058c935d44e201c62b2df8ebb (patch)
tree0ad1b8867e37ecdf2c33886431b5234d4919f227 /src/threadengines/threadengine_pthread.cpp
parentAdd thread terminator support (diff)
downloadinspircd++-b5c7592e447c0be058c935d44e201c62b2df8ebb.tar.gz
inspircd++-b5c7592e447c0be058c935d44e201c62b2df8ebb.tar.bz2
inspircd++-b5c7592e447c0be058c935d44e201c62b2df8ebb.zip
Fix compilation of pipe-based ThreadSignalSocket
Diffstat (limited to 'src/threadengines/threadengine_pthread.cpp')
-rw-r--r--src/threadengines/threadengine_pthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threadengines/threadengine_pthread.cpp b/src/threadengines/threadengine_pthread.cpp
index b7357680f..e34de01c7 100644
--- a/src/threadengines/threadengine_pthread.cpp
+++ b/src/threadengines/threadengine_pthread.cpp
@@ -100,7 +100,7 @@ class ThreadSignalSocket : public EventHandler
else
{
ServerInstance->Threads->job_lock.lock();
- ServerInstance->Threads->result_s = NULL;
+ ServerInstance->Threads->result_ss = NULL;
ServerInstance->Threads->job_lock.unlock();
ServerInstance->GlobalCulls.AddItem(this);
}