CLEANUP: dns: stop abusing the sink forwarder's context
authorWilly Tarreau <w@1wt.eu>
Wed, 4 May 2022 18:41:19 +0000 (20:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commit0d626a56100425680c3f33c76a823fd7504db972
tree61b1790fffa8b6235615e39e359118867e514adf
parentfa11df5d0301392410e314666751e990972dd77c
CLEANUP: dns: stop abusing the sink forwarder's context

The DNS code was abusing the sink forwarder's context as its own. Let's
make it directly use the generic context pointer instead.
src/dns.c