firedns.h: always make ipv6 members available in state structmaster
commite107a52d2dedc15f133899034eddaa4baf795eb3
authorrofl0r <rofl0r@users.noreply.github.com>
Wed, 7 Dec 2022 19:52:10 +0000 (7 19:52 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Wed, 7 Dec 2022 19:52:10 +0000 (7 19:52 +0000)
treee36d2f729d8c2edebaae2dadfdf0edce218d421c
parent743b38716539a179e70e9ce28b1925aca6271065
firedns.h: always make ipv6 members available in state struct

it's been an endless source of confusion and crashes when the code
calling firedns has been built with a different HAVE_IPV6 setting
than firedns itself, for the sake of saving a few dozen bytes of
RAM.
we now include those members unconditionally and make that pain go
away.
include/firedns.h