diff options
| author | 2010-02-12 15:11:47 +0000 | |
|---|---|---|
| committer | 2010-02-12 15:11:47 +0000 | |
| commit | 554f1eff13de430ea73097970717df662bb83976 (patch) | |
| tree | b3b0db4c01271d1b30c46adf2fab29dfa0bd26b9 /src/modules/m_callerid.cpp | |
| parent | Fix help text in helpop, route ACCEPT command to fix callerid (diff) | |
| download | inspircd++-554f1eff13de430ea73097970717df662bb83976.tar.gz inspircd++-554f1eff13de430ea73097970717df662bb83976.tar.bz2 inspircd++-554f1eff13de430ea73097970717df662bb83976.zip | |
Fix sending null character on callerid metadata, which causes netsplits
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12440 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_callerid.cpp')
| -rw-r--r-- | src/modules/m_callerid.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index fa28b7427..4d99654e1 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -66,7 +66,6 @@ class callerid_data // Encode UIDs. oss << "," << (format == FORMAT_USER ? u->nick : u->uuid); } - oss << std::ends; return oss.str(); } }; |
