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 8827 by michael, Sat Feb 2 00:01:13 2019 UTC vs.
Revision 8828 by michael, Sat Feb 2 16:49:32 2019 UTC

# Line 134 | Line 134 | listener_accept_connection(fde_t *F, voi
134       * Do an initial check we aren't connecting too fast or with too many
135       * from this IP...
136       */
137 <    if ((pe = conf_connect_allowed(&addr, addr.ss.ss_family)))
137 >    if ((pe = conf_connect_allowed(&addr)))
138      {
139        ++ServerStats.is_ref;
140  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines