]> 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:19:04 +0000 (16:19 +0000)
commit8acd4c685c8b50af54dbf5dfd3f26f4e4dfa347a
tree7935617b5c44ee2c8cc9dad9dec4a5a19f481719
parente3f75d1a44c59c869a523a621aaf913265b283f6
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.

(cherry picked from commit 5110278008fdf2689fe37515da214e6faa0f29d7)
bin/tests/system/isctest/asyncserver.py