]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- auth-load-thread, simplify cleanup in end transfer load process.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 2 Jul 2026 06:55:13 +0000 (08:55 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 2 Jul 2026 06:55:13 +0000 (08:55 +0200)
services/authzone.c

index 91b786b7828240fb7ac7d98a0b928034767243e7..cdf1b953312743b7608cd0a2987c1c9ae79a366e 100644 (file)
@@ -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! */