diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-21 18:42:47 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-21 18:42:47 +0000 |
commit | 3400b094ef19fc8fc1eae6d12fb33667cd5629b9 (patch) | |
tree | bbb61ba9c372e60c7ca3287c7710b524ec8b471b /src/users.cpp | |
parent | 4f6589e123c0a494287f59e3bc75e34ed6e4f6d7 (diff) |
Allow objects to be added to cull list during apply - fixes user deletion on netsplit
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11754 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp index 5d6b1a01a..b63350386 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -235,6 +235,7 @@ User::User(InspIRCd* Instance, const std::string &uid) User::~User() { + ServerInstance->Logs->Log("USERS", DEBUG, "User destructor for %s", uuid.c_str()); /* NULL for remote users :) */ if (this->MyClass) { |