[libvirt] [PATCH] virSocketAddrIsWildcard: Drop IN6_IS_ADDR_UNSPECIFIED

Michal Privoznik mprivozn at redhat.com
Mon Jun 10 12:08:06 UTC 2013


On 10.06.2013 13:51, Michele Paolino wrote:
> Hi Michal,
> 
> The IN6_IS_ADDR_UNSPECIFIED() function needs a struct in6_addr as
> argument. So changing the line in this way:
> 
> -        return
> IN6_IS_ADDR_UNSPECIFIED(&addr->data.inet6.sin6_addr.s6_addr);
> +        return IN6_IS_ADDR_UNSPECIFIED(&addr->data.inet6.sin6_addr);
> 
> it should work.
> 
> Regards,

Right. It works. Next time I better read the docum^Wmacro definition.
So self-NACK as I'll post v2 shortly.

Michal




More information about the libvir-list mailing list