]> git.ipfire.org Git - thirdparty/bind9.git/commit
Drop unused AsyncDnsServer constructor argument
authorMichał Kępień <michal@isc.org>
Fri, 30 May 2025 16:08:54 +0000 (18:08 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 30 May 2025 16:08:54 +0000 (18:08 +0200)
commit5110278008fdf2689fe37515da214e6faa0f29d7
treee881135c48f09efc35d382e6554abf0af4c1572d
parent1b8ceec580aad69b0c869bc01c126d778040caab
Drop unused AsyncDnsServer constructor argument

The constructor for the AsyncDnsServer class takes a 'load_zones'
argument that is not used anywhere and is not expected to be useful in
the future: zone files are not required for an AsyncDnsServer instance
to start and, if necessary, zone-based answers can be suppressed or
modified by installing a custom response handler.
bin/tests/system/isctest/asyncserver.py