diff options
| author | 2009-11-12 15:38:07 +0000 | |
|---|---|---|
| committer | 2009-11-12 15:38:07 +0000 | |
| commit | 6d5a6aeeabfc976bd0e5aff7f9445982774275ab (patch) | |
| tree | 58bad9de8b056b878f00f1d299939a0f7e92113e /src/threadengines/threadengine_win32.cpp | |
| parent | Add fine-grained command flood controls (diff) | |
Fix double-cull of users quitting due to connection error
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12105 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/threadengines/threadengine_win32.cpp')
| -rw-r--r-- | src/threadengines/threadengine_win32.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threadengines/threadengine_win32.cpp b/src/threadengines/threadengine_win32.cpp index 532f50f55..cbdcdf3af 100644 --- a/src/threadengines/threadengine_win32.cpp +++ b/src/threadengines/threadengine_win32.cpp @@ -68,6 +68,7 @@ class ThreadSignalSocket : public BufferedSocket void OnError(BufferedSocketError) { + ServerInstance->GlobalCulls.AddItem(this); } }; |
