mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 11:23:12 +02:00
When you specified more than 4 servers in set::timesynch::server you could
experience weird issues such as a flood of 'Cannot accept connections: invalid argument' messages. Reported by hyper_threader (#4242).
This commit is contained in:
@@ -184,6 +184,8 @@ int succesfully_sent = 0;
|
||||
|
||||
set_non_blocking(s[n], &me);
|
||||
n++;
|
||||
if (n == MAXTIMESERVERS)
|
||||
break;
|
||||
}
|
||||
numservers = n;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user