# | Line 445 | Line 445 | auth_connect_callback(fde_t *fd, int err | |
---|---|---|
445 | char authbuf[32]; | |
446 | socklen_t ulen = sizeof(struct irc_ssaddr); | |
447 | socklen_t tlen = sizeof(struct irc_ssaddr); | |
448 | < | u_int16_t uport, tport; |
448 | > | uint16_t uport, tport; |
449 | #ifdef IPV6 | |
450 | struct sockaddr_in6 *v6; | |
451 | #else |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |