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

Comparing ircd-hybrid/trunk/src/s_bsd.c (file contents):
Revision 1632 by michael, Sun Nov 4 15:37:10 2012 UTC vs.
Revision 1649 by michael, Sat Nov 10 19:27:13 2012 UTC

# Line 217 | Line 217 | close_connection(struct Client *client_p
217         * Reset next-connect cycle of all connect{} blocks that match
218         * this servername.
219         */
220 <      conf->hold = CurrentTime + conf->class->con_freq;
220 >      conf->until = CurrentTime + conf->class->con_freq;
221      }
222    }
223    else

Diff Legend

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