From 2cc168cfc030497464e0cf30c19260f62670c298 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 7 Feb 2019 12:18:12 +0000 Subject: UserManager: remove fakederef. --- src/cull_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cull_list.cpp') diff --git a/src/cull_list.cpp b/src/cull_list.cpp index 395e2a0b3..064b35427 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -36,7 +36,7 @@ void CullList::Apply() LocalUser *u = *a; ServerInstance->SNO.WriteGlobalSno('a', "User %s SendQ exceeds connect class maximum of %lu", u->nick.c_str(), u->MyClass->GetSendqHardMax()); - ServerInstance->Users->QuitUser(u, "SendQ exceeded"); + ServerInstance->Users.QuitUser(u, "SendQ exceeded"); } working.clear(); } -- cgit v1.3.1-10-gc9f91