]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
fix highest_fd nonsense
authorWilliam Pitcock <redacted>
Tue, 1 Apr 2008 21:14:47 +0000 (16:14 -0500)
committerWilliam Pitcock <redacted>
Tue, 1 Apr 2008 21:14:47 +0000 (16:14 -0500)
modules/m_set.c

index dba56877a051a67df41ec3c7f9257aeba1e585ad..d79b2bbe1e0a28d6ca6769348a77c8aa8ac332cc 100644 (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;
                }