diff options
| author | 2009-09-30 22:16:14 +0000 | |
|---|---|---|
| committer | 2009-09-30 22:16:14 +0000 | |
| commit | 8f80dd4a40bf35718009ca32bf30e44a67b289b4 (patch) | |
| tree | 4286e6886477d049cae02969964608687aee764e /src/cull_list.cpp | |
| parent | Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failover (diff) | |
Actually clear the cull list after applying it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11787 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cull_list.cpp')
| -rw-r--r-- | src/cull_list.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cull_list.cpp b/src/cull_list.cpp index 02776aff8..ff2bc64b5 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -33,5 +33,6 @@ void CullList::Apply() (void*)c); } } + list.clear(); } |
