fix highest_fd nonsense
This commit is contained in:
parent
75d600888f
commit
e69385f4fa
1 changed files with 2 additions and 2 deletions
|
@ -227,8 +227,8 @@ quote_max(struct Client *source_p, int newval)
|
||||||
|
|
||||||
if(newval < 32)
|
if(newval < 32)
|
||||||
{
|
{
|
||||||
sendto_one_notice(source_p, ":You cannot set MAXCLIENTS to < 32 (%d:%d)",
|
sendto_one_notice(source_p, ":You cannot set MAXCLIENTS to < 32 (%d)",
|
||||||
GlobalSetOptions.maxclients, highest_fd);
|
GlobalSetOptions.maxclients);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue