From cea7a7cffaa25c9138e6ed80e15fe5cd021dcb10 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 28 Jul 2014 14:51:39 +0200 Subject: [PATCH] Do not attempt to detect non-culled users at destruction by looking for their uuid, leave it to Extensible This does not take uuid/sid reuse into consideration and Extensible implements this detection already in a proper way --- src/users.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/users.cpp b/src/users.cpp index aed969c7b..5f0f1a344 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -97,8 +97,6 @@ LocalUser::LocalUser(int myfd, irc::sockets::sockaddrs* client, irc::sockets::so User::~User() { - if (ServerInstance->FindUUID(uuid)) - ServerInstance->Logs->Log("USERS", LOG_DEFAULT, "User destructor for %s called without cull", uuid.c_str()); } const std::string& User::MakeHost() -- 2.39.5