ircd: conf: properly calculate the number of wsockd to start
This commit is contained in:
parent
fabe8b94c5
commit
34b88b6571
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ validate_conf(void)
|
||||||
|
|
||||||
if(ServerInfo.wsockd_count > get_wsockd_count())
|
if(ServerInfo.wsockd_count > get_wsockd_count())
|
||||||
{
|
{
|
||||||
int start = ServerInfo.wsockd_count - get_ssld_count();
|
int start = ServerInfo.wsockd_count - get_wsockd_count();
|
||||||
start_wsockd(start);
|
start_wsockd(start);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue