]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move setresign to rdataset.c and rename it
authorAlessio Podda <alessio@isc.org>
Tue, 7 Oct 2025 04:00:17 +0000 (06:00 +0200)
committerAlessio Podda <alessio@isc.org>
Tue, 9 Dec 2025 11:55:10 +0000 (12:55 +0100)
commit6f726ae3db00e98f063302363b39fa41a5a7a8d3
tree7346bb09a579223f3d5f1e9fda92f20e76475727
parent399f0c191a9bfb1d2a10ff7f51d3a42af5671d16
Move setresign to rdataset.c and rename it

The setresign method is not diff specific, it only returns the minimum
resign time of an rdataset. Move it to rdataset.c to simplify late
refactoring.
lib/dns/diff.c
lib/dns/include/dns/rdataset.h
lib/dns/rdataset.c