1
0
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:
Bram Matthys
2014-01-12 11:26:29 +01:00
parent 1e3e46d4de
commit 26dc7cbb31
+2
View File
@@ -184,6 +184,8 @@ int succesfully_sent = 0;
set_non_blocking(s[n], &me);
n++;
if (n == MAXTIMESERVERS)
break;
}
numservers = n;