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 9102 by michael, Wed Jan 1 09:58:57 2020 UTC vs.
Revision 9156 by michael, Mon Jan 13 14:51:47 2020 UTC

# Line 123 | Line 123 | listener_accept_connection(fde_t *F, voi
123        sendto_realops_flags_ratelimited(&rate, "All connections in use. (%s)",
124                                         listener_get_name(listener));
125  
126 <      if (!(listener->flags & LISTENER_SSL))
126 >      if (!(listener->flags & LISTENER_TLS))
127          send(fd, ALLINUSE_WARNING, sizeof(ALLINUSE_WARNING) - 1, 0);
128  
129        close(fd);
# Line 138 | Line 138 | listener_accept_connection(fde_t *F, voi
138      {
139        ++ServerStats.is_ref;
140  
141 <      if (!(listener->flags & LISTENER_SSL))
141 >      if (!(listener->flags & LISTENER_TLS))
142        {
143          switch (pe)
144          {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines