]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix typo in nsupdate where covers would be equal to type
authorOndřej Surý <ondrej@isc.org>
Mon, 11 Aug 2025 14:22:03 +0000 (16:22 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 15 Aug 2025 05:22:51 +0000 (07:22 +0200)
commitf7143dca3f05c9b53eaa277a72cf6fd3fe50ba4f
tree57da3c3a3ae89154eb554f20e5403d1dc4a4d195
parent101b1e5a5709cd788089515c3af870bcaa671384
Fix typo in nsupdate where covers would be equal to type

There was an apparent typo where rdatalist->covers would be assigned the
same value as rdatalist->type.  As nsupdate can't update signatures, the
covers must be dns_rdatatype_none.
bin/nsupdate/nsupdate.c