]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Fix two problems with dns.xfr.make_query():
authorBob Halley <halley@dnspython.org>
Tue, 18 May 2021 13:52:15 +0000 (06:52 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 18 May 2021 13:52:15 +0000 (06:52 -0700)
commita8253e123b291e767548bb98cb00a81181076631
treeac54376b549798abd37f3469e20138ed5ab6b811
parent99e15f40fb43f11da1064f6dac38b505beeda056
Fix two problems with dns.xfr.make_query():

1) We always used class IN instead of using the class of the txn manager.
2) We directly appended to the authority section instead of using
   find_rrset(), which meant that our changes were not indexed and
   would break if other code tried to use find_rrset() to find what
   we added.
dns/xfr.py