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

Comparing ircd-hybrid-7.2/src/s_user.c (file contents):
Revision 947 by michael, Sat Nov 3 08:54:09 2007 UTC vs.
Revision 948 by michael, Tue Jul 21 17:34:06 2009 UTC

# Line 480 | Line 480 | register_local_user(struct Client *clien
480    /* Increment our total user count here */
481    if (++Count.total > Count.max_tot)
482      Count.max_tot = Count.total;
483 <  Count.totalrestartcount++;
483 >  ++Count.totalrestartcount;
484  
485    source_p->localClient->allow_read = MAX_FLOOD_BURST;
486  

Diff Legend

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