fix highest_fd nonsense

This commit is contained in:
William Pitcock 2008-04-01 16:14:47 -05:00
parent 75d600888f
commit e69385f4fa

View file

@ -227,8 +227,8 @@ quote_max(struct Client *source_p, int newval)
if(newval < 32)
{
sendto_one_notice(source_p, ":You cannot set MAXCLIENTS to < 32 (%d:%d)",
GlobalSetOptions.maxclients, highest_fd);
sendto_one_notice(source_p, ":You cannot set MAXCLIENTS to < 32 (%d)",
GlobalSetOptions.maxclients);
return;
}