summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-09 17:48:05 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-09 17:48:05 +0000
commit51a61214cde90bb47acdc1d43484cace22a1aa2d (patch)
treee3e197b3c4922417efb8db43957d7a0d57a03d14
parentee5192569497d98a29185d2aa351b4f914256886 (diff)
Server link sync fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@480 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/inspircd.cpp8
1 files changed, 2 insertions, 6 deletions
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;
}