]> git.ipfire.org Git - thirdparty/bind9.git/commit
Asynchronous zone load events have no way of getting canceled
authorMichał Kępień <michal@isc.org>
Thu, 15 Feb 2018 19:31:53 +0000 (20:31 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 16 Feb 2018 07:59:46 +0000 (08:59 +0100)
commitdbec050c4e36c80555603917bfe155b1c7c62ca7
treefc2d4a201ea204261b20776a20adae8ad997911c
parentaf8c5e4013a3e6fcabfdcebf4fd055fada287552
Asynchronous zone load events have no way of getting canceled

Code handling cancellation of asynchronous zone load events was likely
copied over from other functions when asynchronous zone loading was
first implemented in commit 8a2ab2b9203.  However, unlike those other
functions, asynchronous zone loading events currently have no way of
getting canceled once they get posted, which means the aforementioned
code is effectively dead.  Remove it to prevent confusion.
lib/dns/zone.c