]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove resolver whenshutdown events
authorEvan Hunt <each@isc.org>
Wed, 11 May 2022 20:55:01 +0000 (13:55 -0700)
committerEvan Hunt <each@isc.org>
Fri, 13 May 2022 20:36:10 +0000 (13:36 -0700)
commit51cd295c4bf7535ee7dd905dc14bd0ae92b2a128
tree4216cf69cb015fec5c5ade1322824cd423b4c6d3
parenta2d491279af40ab4bd10db2ba400f471d11fcc54
remove resolver whenshutdown events

weakly attaching and detaching when creating and destroying the
resolver obviates the need to have a callback event to do the weak
detach. remove the dns_resolver_whenshutdown() mechanism, as it is
now unused.
lib/dns/adb.c
lib/dns/include/dns/events.h
lib/dns/include/dns/resolver.h
lib/dns/include/dns/view.h
lib/dns/resolver.c
lib/dns/view.c