diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-03 23:14:27 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-03 23:14:27 +0000 |
commit | 67cd9cff246d66c5a4b3faa4f55c139560bf6a84 (patch) | |
tree | f6b89209171b0f0916ef2d73d497db1be4049132 | |
parent | 77040a0d0aecd56090c48330cf4f03ec1aaa91f5 (diff) |
Strange crash fix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@972 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 32c0d972e..af5200ef1 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -3514,7 +3514,6 @@ int InspIRCd(void) user_hash::iterator endingiter = count2; if (count2 == clientlist.end()) break; - if (!count2->second) break; if (count2->second) if (count2->second->fd != 0) |