]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove xfr->end
authorAram Sargsyan <aram@isc.org>
Fri, 22 Sep 2023 15:59:32 +0000 (15:59 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 26 Sep 2023 12:23:10 +0000 (12:23 +0000)
commited2f06ea4de9f7538be7f5e92220b84ff522d753
treecad914797a654748d0d1985d311b4c5d1cfff5fb
parent5067b8311681948146d98b775fecae59c70e2ac6
Remove xfr->end

The structure member is populated only moments before its
destruction, and is not used anywhere, except for the
destructor. Use a local variable instead.
lib/dns/xfrin.c