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

Comparing ircd-hybrid/trunk/src/auth.c (file contents):
Revision 6690 by michael, Thu Oct 29 12:04:11 2015 UTC vs.
Revision 6913 by michael, Tue Dec 8 16:48:06 2015 UTC

# Line 360 | Line 360 | auth_connect_callback(fde_t *fd, int err
360    uport = ntohs(v6->sin6_port);
361    v6 = (struct sockaddr_in6 *)&them;
362    tport = ntohs(v6->sin6_port);
363  remove_ipv6_mapping(&us);
364  remove_ipv6_mapping(&them);
363  
364    len = snprintf(authbuf, sizeof(authbuf), "%u, %u\r\n", tport, uport);
365  

Diff Legend

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