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

Comparing ircd-hybrid/branches/8.2.x/src/listener.c (file contents):
Revision 7033 by michael, Sun Jan 3 14:37:29 2016 UTC vs.
Revision 7329 by michael, Thu Feb 18 21:07:50 2016 UTC

# Line 84 | Line 84 | listener_get_name(const struct Listener
84   static void
85   listener_accept_connection(fde_t *pfd, void *data)
86   {
87 <  static time_t rate = 0;
87 >  static uintmax_t rate = 0;
88    struct irc_ssaddr addr;
89    int fd;
90    int pe;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines