]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move common flags logging to shared functions
authorPetr Menšík <pemensik@redhat.com>
Wed, 6 Oct 2021 11:53:33 +0000 (13:53 +0200)
committerMark Andrews <marka@isc.org>
Mon, 30 Sep 2024 00:10:47 +0000 (00:10 +0000)
commit59770f281caf1e7f09e1dc19307d4bb6bbdc0838
treeaa8a9f824e8f1b52fea54a599c655cfd369bac3a
parentd9d50f62746447a5ffb6c6402192fa982c55190e
Move common flags logging to shared functions

Query and response log shares the same flags. Move flags logging out of
log_query to share it with log_response. Use buffer instead of snprintf
to fill flags a bit faster.

Signed-off-by: Petr Menšík <pemensik@redhat.com>
(cherry picked from commit e6b19af2dd3e923c9e378011297fe745fcaacba4)
lib/ns/query.c