aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2014-07-19 14:16:15 +0200
committerGravatar Attila Molnar2014-07-19 14:16:15 +0200
commitcec9265bdbb63c06d73cb983b3fc293905ed79d2 (patch)
tree3eb53e9c588aae2b950dc345b12b6b7c1a52981d /src/users.cpp
parentcore_stats Deduplicate stats L and l code (diff)
downloadinspircd++-cec9265bdbb63c06d73cb983b3fc293905ed79d2.tar.gz
inspircd++-cec9265bdbb63c06d73cb983b3fc293905ed79d2.tar.bz2
inspircd++-cec9265bdbb63c06d73cb983b3fc293905ed79d2.zip
Erase local users from UserManager::local_list in QuitUser()
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 246efd7cf..3f82b850c 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -330,7 +330,6 @@ CullResult User::cull()
CullResult LocalUser::cull()
{
- ServerInstance->Users->local_users.erase(this);
ClearInvites();
eh.cull();
return User::cull();