]> git.ipfire.org Git - thirdparty/bind9.git/commit
small refactor for `max-query-restart` in `check.c`
authorColin Vidal <colin@isc.org>
Wed, 19 Nov 2025 11:32:09 +0000 (12:32 +0100)
committerEvan Hunt <each@isc.org>
Wed, 7 Jan 2026 07:01:59 +0000 (07:01 +0000)
commit4cf2efc97a40d2883587be19530a7e253af47c9a
tree1f01c68854b5228e73fe2b212ca8586742966619
parentfe326a8c2ffe147da1af443f7bd05b092b9991f9
small refactor for `max-query-restart` in `check.c`

Use the `check_range_uint32()` function in `check.c` to test the
boundaries of `max-query-restart` instead of custom code.
lib/isccfg/check.c