Fix endianness of IPv6 addresses in generate_hostmask().
authorMichael Poole <mdpoole@troilus.org>
Sun, 4 Jul 2010 21:58:35 +0000 (17:58 -0400)
committerMichael Poole <mdpoole@troilus.org>
Sun, 4 Jul 2010 21:58:35 +0000 (17:58 -0400)
commitea5f49b4214412b9e5229128e9c45dac657959e8
tree22775055502ceceff503ea318011c2d6e09e53ba
parentf6b39d3f8fa704355045ace0df293bc6f04cb36d
Fix endianness of IPv6 addresses in generate_hostmask().

src/proto-common.c (generate_hostmask): The IPv6 address parts are
    network-endian, so convert them before printing them.
src/proto-common.c