From 845135ba55d2bad81588a80546c8abe2b76ed47c Mon Sep 17 00:00:00 2001 From: danieldg Date: Sat, 30 Jan 2010 18:02:25 +0000 Subject: Remove a few needless string crops, compile fix git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12329 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index fcb470ed9..48a8ee87a 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -594,8 +594,8 @@ CullResult FakeUser::cull() { // Fake users don't quit, they just get culled. quitting = true; - ServerInstance->Users->clientlist->erase(user->nick); - ServerInstance->Users->uuidlist->erase(user->uuid); + ServerInstance->Users->clientlist->erase(nick); + ServerInstance->Users->uuidlist->erase(uuid); return User::cull(); } -- cgit v1.3.1-10-gc9f91