]> git.ipfire.org Git - thirdparty/bind9.git/commit
Drop redundant uses of authoritative=True
authorMichał Kępień <michal@isc.org>
Thu, 21 May 2026 09:52:56 +0000 (11:52 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 21 May 2026 10:09:28 +0000 (12:09 +0200)
commitdbcf0e6c4edf0aef7b4f95c6530144d35509c0f6
treed1ca6cdb207b234398ea0ec974e5c80461031835
parent5f39e1d9461af3f7c0212bd26f76c80dd614dc06
Drop redundant uses of authoritative=True

The ans3 custom server instance is created with default_aa=True.  Do not
pass the authoritative=True keyword argument to the DnsResponseSend
constructor in CookieHandler.get_responses() as it is redundant.

(cherry picked from commit c61539279d4ecc04f9816b2ae62d63ed8a143c19)
bin/tests/system/resend_loop/ans3/ans.py