]> 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 09:52:56 +0000 (11:52 +0200)
commitc61539279d4ecc04f9816b2ae62d63ed8a143c19
treea8c94b76554c334131c0abb96731299270dfbe4c
parent802c03313f99f622b979aa3bb548e3a4eb4340d3
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.
bin/tests/system/resend_loop/ans3/ans.py