]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove --memstats from cfg_test
authorColin Vidal <colin@isc.org>
Fri, 7 Nov 2025 17:56:39 +0000 (18:56 +0100)
committerColin Vidal <colin@isc.org>
Thu, 4 Dec 2025 15:09:40 +0000 (16:09 +0100)
commit15aa160e2e4c5bbfa2764be9437d3787d4ad453e
tree171725d4fd872a1f2fce4b79f0d1429a1bdbb4ba
parent93f8b2f5bfff038a376a9057451cacaf4f139007
remove --memstats from cfg_test

The `--memstats` option from cfg_test is unused, and even if used, does
nothing because `--memstats` relies on `isc_mem_stats` which dump memory
pools statistics, which are not used at all for configuration.

Also, dropping the option avoid to add a parser API to get the memory
stats (as the parser now uses the global memory context).
doc/misc/cfg_test.c