From: Lennart Poettering Date: Mon, 24 Oct 2005 22:29:22 +0000 (+0000) Subject: unrbeak IPv6 support: change ttl value size back to 32 bit for ipv6 X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=71a48fcf258fbff06507d111b9c790a6d94a95f7;p=catta unrbeak IPv6 support: change ttl value size back to 32 bit for ipv6 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@853 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/avahi-core/socket.c b/avahi-core/socket.c index f3d0334..532f737 100644 --- a/avahi-core/socket.c +++ b/avahi-core/socket.c @@ -307,7 +307,7 @@ fail: int avahi_open_socket_ipv6(int no_reuse) { struct sockaddr_in6 sa, local; int fd = -1, yes, r; - uint8_t ttl; + int ttl; mdns_mcast_group_ipv6(&sa);