diff options
| author | 2007-01-03 18:03:08 +0000 | |
|---|---|---|
| committer | 2007-01-03 18:03:08 +0000 | |
| commit | c218d8091fd673632e0bae5f416d523b81100904 (patch) | |
| tree | 633e54d20c7784d2851cd69c84e1adbc716a562d /src/users.cpp | |
| parent | Fix for crash in desync of whowas lists on rehash. Also less mem leakage on a... (diff) | |
SirOlli gets credit for this fix, because he was the only one willing to work with us till we cracked it :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6218 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index ac9fbd109..b4f25a75e 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1666,7 +1666,7 @@ void userrec::WriteCommon(const std::string &text) */ if (!sent_to_at_least_one) { - this->WriteFrom(this,std::string(tb)); + this->Write(std::string(tb)); } } |
