CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2022/03/13 09:14:01
Modified files: sbin/unwind : frontend.c Log message: 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