ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/user.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/user.c (file contents):
Revision 5488 by michael, Tue Jan 20 14:07:34 2015 UTC vs.
Revision 5489 by michael, Sun Feb 8 14:52:23 2015 UTC

# Line 463 | Line 463 | register_local_user(struct Client *sourc
463     * probably be just a percentage of the MAXCLIENTS...
464     *   -Taner
465     */
466 <  if ((Count.local >= ConfigServerInfo.max_clients + MAX_BUFFER) ||
467 <      (Count.local >= ConfigServerInfo.max_clients && !IsExemptLimits(source_p)))
466 >  if ((Count.local >= GlobalSetOptions.maxclients + MAX_BUFFER) ||
467 >      (Count.local >= GlobalSetOptions.maxclients && !IsExemptLimits(source_p)))
468    {
469      sendto_realops_flags(UMODE_FULL, L_ALL, SEND_NOTICE,
470                           "Too many clients, rejecting %s[%s].",

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)