diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sockopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sockopt.c b/lib/sockopt.c index 5aed83bc..8dfd0f16 100644 --- a/lib/sockopt.c +++ b/lib/sockopt.c @@ -290,7 +290,7 @@ setsockopt_minttl (int sock_fd, int ttl) ipv6_minhopcount = IPV6_MINHOPCOUNT # else have_ipv6_minhopcount = false, - ipv6_minhopcount = IPV6_MINHOPCOUNT + ipv6_minhopcount = 0 # endif } ; #endif /* HAVE_IPV6 */ |