parse_packet() is used by unbound to parse response packets, not
authorflorian <florian@openbsd.org>
Sun, 13 Mar 2022 15:14:01 +0000 (15:14 +0000)
committerflorian <florian@openbsd.org>
Sun, 13 Mar 2022 15:14:01 +0000 (15:14 +0000)
commitdbf56da74a9987a387577094a36f97fa1274e030
treeff02c05f5c7cd2a80f1aa52a32609bb0ffa6521e
parent0a78b6201304962cac977a9cc29d4cc591c35a6a
parse_packet() is used by unbound to parse response packets, not
queries. There is no need to do all this work just to get access to
the query id and flags.

OK bket, sthen
sbin/unwind/frontend.c