diff options
| author | 2010-01-30 15:44:51 +0000 | |
|---|---|---|
| committer | 2010-01-30 15:44:51 +0000 | |
| commit | a14cf3eed86b9ce638a0465e0c4dbb817710fb79 (patch) | |
| tree | 7aa602bb7d6c33f47b78f5cbf0150ee6322d4421 /src/usermanager.cpp | |
| parent | Remove MaxWhoResults, replace with an increase of Penalty based on result lis... (diff) | |
Remove users from uuidlist on QuitUser, not during cull (allows UID reuse on fast netsplits)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12326 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/usermanager.cpp')
| -rw-r--r-- | src/usermanager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usermanager.cpp b/src/usermanager.cpp index 8bb043f90..9f5f8c937 100644 --- a/src/usermanager.cpp +++ b/src/usermanager.cpp @@ -242,6 +242,8 @@ void UserManager::QuitUser(User *user, const std::string &quitreason, const char this->clientlist->erase(iter); else ServerInstance->Logs->Log("USERS", DEBUG, "iter == clientlist->end, can't remove them from hash... problematic.."); + + ServerInstance->Users->uuidlist->erase(user->uuid); } |
