diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-09 17:48:05 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-09 17:48:05 +0000 |
commit | 51a61214cde90bb47acdc1d43484cace22a1aa2d (patch) | |
tree | e3e197b3c4922417efb8db43957d7a0d57a03d14 /src | |
parent | ee5192569497d98a29185d2aa351b4f914256886 (diff) |
Server link sync fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@480 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 8 |
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; } |