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-8/src/s_bsd.c (file contents):
Revision 1309 by michael, Sun Mar 25 11:24:18 2012 UTC vs.
Revision 1377 by michael, Mon Apr 30 19:35:16 2012 UTC

# Line 228 | Line 228 | close_connection(struct Client *client_p
228        aclass = map_to_conf(aconf->class_ptr);
229        aconf->hold = time(NULL);
230        aconf->hold += (aconf->hold - client_p->localClient->since > HANGONGOODLINK) ?
231 <        HANGONRETRYDELAY : ConFreq(aclass);
231 >        HANGONRETRYDELAY : aclass->con_freq;
232      }
233    }
234    else

Diff Legend

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