diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-11 13:04:13 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-11 13:04:13 +0000 |
commit | 04e8f8fd991804d38975f54ddd1879809bf94bac (patch) | |
tree | dc0d966955c948a4b9b588c8f2106e5226259c3d /src/xline.cpp | |
parent | 539f90e026f2178cc53d15c7d2fc9afe8fd48b1d (diff) |
Fix trampling on memory in Z/G/K/ELine.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8901 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/xline.cpp')
-rw-r--r-- | src/xline.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 20f824da0..57e6221c4 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -139,6 +139,7 @@ IdentHostPair XLineManager::IdentSplit(const std::string &ident_and_host) } else { + n.first = ""; n.second = ident_and_host; } |