mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
Revert "tsocket: not all systems have IPV6_V6ONLY"
This reverts commit 63fc3978089df403d7e63462593784ff3d05e6e7. We now don't support IPv6 when IPV6_V6ONLY isn't available, as we rely on the behavior. metze
This commit is contained in:
parent
26e6fb0efe
commit
b29f3f497b
@ -1206,7 +1206,7 @@ static int tdgram_bsd_dgram_socket(const struct tsocket_address *local,
|
||||
bsds->fd = fd;
|
||||
talloc_set_destructor(bsds, tdgram_bsd_destructor);
|
||||
|
||||
#if defined(HAVE_IPV6) && defined(IPV6_V6ONLY)
|
||||
#ifdef HAVE_IPV6
|
||||
if (do_ipv6only) {
|
||||
int val = 1;
|
||||
|
||||
@ -2037,7 +2037,7 @@ static struct tevent_req * tstream_bsd_connect_send(TALLOC_CTX *mem_ctx,
|
||||
goto post;
|
||||
}
|
||||
|
||||
#if defined(HAVE_IPV6) && defined(IPV6_V6ONLY)
|
||||
#ifdef HAVE_IPV6
|
||||
if (do_ipv6only) {
|
||||
int val = 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user