]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cull_list.cpp
Did some renaming so that the methods for modes in chanrec and userrec are identical.
[user/henk/code/inspircd.git] / src / cull_list.cpp
index 00c9161994385789f354aa5f9d4904eae6e9685a..1acdd4517ee0c8c80e96f1ab76e7087d0362a612 100644 (file)
@@ -128,7 +128,7 @@ void CullList::AddItem(userrec* user, const char* reason)
 
 int CullList::Apply()
 {
-       int n = 0;
+       int n = list.size();
        while (list.size())
        {
                std::vector<CullItem>::iterator a = list.begin();