]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove `references` from cfg_parser_t
authorColin Vidal <colin@isc.org>
Wed, 26 Nov 2025 13:33:02 +0000 (14:33 +0100)
committerColin Vidal <colin@isc.org>
Thu, 4 Dec 2025 15:09:40 +0000 (16:09 +0100)
commitbc82db7b82262148f02218fb9702bb5bf28b43b5
tree3ac5eb01d0b6f0940c39636984a0668ea324daac
parent870b7329f838cd09a58d5434ae4dc655353c41ff
remove `references` from cfg_parser_t

The parser used to be referenced by `cfg_obj_t`, but not anymore.
Removing the reference counter from `cfg_parser_t`.
lib/isccfg/include/isccfg/grammar.h
lib/isccfg/parser.c