diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/socket/socket_ip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/socket/socket_ip.c b/source4/lib/socket/socket_ip.c index 8ee12d8916..9a02f0184c 100644 --- a/source4/lib/socket/socket_ip.c +++ b/source4/lib/socket/socket_ip.c @@ -712,7 +712,7 @@ static NTSTATUS ipv6_listen(struct socket_context *sock, static NTSTATUS ipv6_tcp_accept(struct socket_context *sock, struct socket_context **new_sock) { - struct sockaddr_in cli_addr; + struct sockaddr_in6 cli_addr; socklen_t cli_addr_len = sizeof(cli_addr); int new_fd; |