From: W.C.A. Wijngaards Date: Thu, 2 Jul 2026 06:55:13 +0000 (+0200) Subject: - auth-load-thread, simplify cleanup in end transfer load process. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6bd86df72e7da67c59a163d0f9be9cf219d257c6;p=thirdparty%2Funbound.git - auth-load-thread, simplify cleanup in end transfer load process. --- diff --git a/services/authzone.c b/services/authzone.c index 91b786b78..cdf1b9533 100644 --- a/services/authzone.c +++ b/services/authzone.c @@ -6510,13 +6510,11 @@ void xfr_process_load_end_transfer(struct auth_xfer* xfr, /* the zone is gone from the authzones. */ lock_basic_unlock(&xfr->lock); auth_chunks_delete(xfr->task_transfer); - xfr->task_transfer->chunks_first = NULL; return; } } } auth_chunks_delete(xfr->task_transfer); - xfr->task_transfer->chunks_first = NULL; if(status) { /* it worked! */