]> git.ipfire.org Git - thirdparty/bind9.git/commit
Pin the xfr to a specific loop
authorOndřej Surý <ondrej@isc.org>
Mon, 4 Mar 2024 12:21:35 +0000 (13:21 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 4 Mar 2024 15:34:14 +0000 (16:34 +0100)
commit98d59bdf62db8be585683c800250dd11860d8b24
tree0820676a2c5935b5d57b7e5dfc41eab9ced1975e
parent42e7f6b00355e640c5f0544c82571d57a5ae979f
Pin the xfr to a specific loop

Instead of getting the loop from the zone every time, attach the xfrin
directly to the loop.  This also allows to remove the extra safety tid
checks from the dns_xfrin unit.
lib/dns/xfrin.c
lib/dns/zone.c