]> xenbits.xensource.com Git - libvirt.git/commit
Don't use private struct member names of in6_addr
authorMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 2 Nov 2009 14:45:05 +0000 (15:45 +0100)
committerDaniel Veillard <veillard@redhat.com>
Mon, 2 Nov 2009 14:45:05 +0000 (15:45 +0100)
commit530d4463ba447a6034371b07dd9c0d7903cb9fa5
treed8792031cca076a7700e6b52edda0027f2e468e3
parentc3cc4f8badf03c271f49f8b6bd9ae4803f6e4c0b
Don't use private struct member names of in6_addr

__in6_u.__u6_addr16 is the private name for this struct member,
s6_addr16 is the public one
* src/util/network.c: dont use the private field, but the public one.
src/util/network.c