summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-09 17:14:26 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-09 17:14:26 +0000
commit01e3a0238c4df80a0ebc917f99a2f6f1378019f9 (patch)
treecbf8a75e6048065687c1ec0b5addc5969c864c7b
parent66d3700346154acfc4d080bd86fc40c1945096ef (diff)
fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@475 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/inspircd.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index d39f5e90d..51947e5d7 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -5594,6 +5594,7 @@ int InspIRCd(void)
// link packets can manipulate the usertable so beware of
// any loops here watching the user or channels hash
log(DEBUG,"Sync: exit 3");
+ goto label;
}
}
}
@@ -5657,10 +5658,6 @@ int InspIRCd(void)
count2++;
total_in_this_set++;
}
- else
- {
- log(DEBUG,"Not adding %s as they are remote",count2->second->nick);
- }
}
else break;
}