diff options
-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) |