diff options
| author | 2010-08-25 11:58:33 -0400 | |
|---|---|---|
| committer | 2010-08-25 11:58:33 -0400 | |
| commit | b5c7592e447c0be058c935d44e201c62b2df8ebb (patch) | |
| tree | 0ad1b8867e37ecdf2c33886431b5234d4919f227 /src/threadengines/threadengine_pthread.cpp | |
| parent | Add thread terminator support (diff) | |
| download | inspircd++-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.cpp | 2 |
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); } |
