]> git.ipfire.org Git - thirdparty/bind9.git/commit
Turn authdb into a enum
authorAlessio Podda <alessio@isc.org>
Mon, 6 Jul 2026 08:26:31 +0000 (10:26 +0200)
committerAlessio Podda <alessio@isc.org>
Fri, 17 Jul 2026 11:48:46 +0000 (11:48 +0000)
commit3450c28fe63643e4ffc4e236ff44dd8f14f4713a
tree1c196d935f3eeed6d447eb83a12fd7c693f15826
parent617deb5aabde800bb71c992fbe2ce572a7fd152d
Turn authdb into a enum

Given that now authdb is now an integer id, we can fold the authdb
variable into it by turning it into a sentinel value.
lib/ns/include/ns/query.h
lib/ns/query.c