diff options
-rw-r--r-- | src/inspircd.cpp | 5 |
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; } |