diff options
| author | 2004-04-09 17:14:26 +0000 | |
|---|---|---|
| committer | 2004-04-09 17:14:26 +0000 | |
| commit | 01e3a0238c4df80a0ebc917f99a2f6f1378019f9 (patch) | |
| tree | cbf8a75e6048065687c1ec0b5addc5969c864c7b /src/inspircd.cpp | |
| parent | Fixes to 'N' packets (diff) | |
fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@475 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -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; } |
