diff options
| author | 2010-01-30 15:44:51 +0000 | |
|---|---|---|
| committer | 2010-01-30 15:44:51 +0000 | |
| commit | a14cf3eed86b9ce638a0465e0c4dbb817710fb79 (patch) | |
| tree | 7aa602bb7d6c33f47b78f5cbf0150ee6322d4421 /src/users.cpp | |
| parent | Remove MaxWhoResults, replace with an increase of Penalty based on result lis... (diff) | |
| download | inspircd++-a14cf3eed86b9ce638a0465e0c4dbb817710fb79.tar.gz inspircd++-a14cf3eed86b9ce638a0465e0c4dbb817710fb79.tar.bz2 inspircd++-a14cf3eed86b9ce638a0465e0c4dbb817710fb79.zip | |
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/users.cpp')
| -rw-r--r-- | src/users.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 73c441437..eea27f6f7 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -575,7 +575,6 @@ CullResult User::cull() if (client_sa.sa.sa_family != AF_UNSPEC) ServerInstance->Users->RemoveCloneCounts(this); - ServerInstance->Users->uuidlist->erase(uuid); return Extensible::cull(); } |
