From 51a61214cde90bb47acdc1d43484cace22a1aa2d Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 9 Apr 2004 17:48:05 +0000 Subject: Server link sync fixes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@480 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 2c18f8d35..afdb2f82b 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -5658,13 +5658,9 @@ int InspIRCd(void) count2->second->lastping = 0; count2->second->nping = time(NULL)+120; } - count2++; - total_in_this_set++; - } - else - { - count2++; } + count2++; + total_in_this_set++; } else break; } -- cgit v1.2.3