]> xenbits.xensource.com Git - libvirt.git/commit
virSocketAddrIsWildcard: Use IN6_IS_ADDR_UNSPECIFIED correctly
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 10 Jun 2013 12:11:37 +0000 (14:11 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 10 Jun 2013 12:48:08 +0000 (14:48 +0200)
commit7793d2a83e437fb5ebc7a35dd37455aa74a547b2
treed55fc2afb0257acb926466fc88c607de7fad322b
parent78cbff0ff23cc86d44005878f10023568604bd09
virSocketAddrIsWildcard: Use IN6_IS_ADDR_UNSPECIFIED correctly

The IN6_IS_ADDR_UNSPECIFIED macro expects pointer to sin6_addr element
instead of s6_addr element.
src/util/virsocketaddr.c