# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |