dnstap, and fast_reload.
#endif
log_thread_set(&fast_reload_thread->threadnum);
- ub_thread_setname(fast_reload_thread->tid, name);
+ ub_thread_setname(ub_thread_self(), name);
(void)name; /* When setname is not defined, ignore the name variable. */
verbose(VERB_ALGO, "start fast reload thread");
#endif
log_thread_set(&dtio->threadnum);
- ub_thread_setname(dtio->tid, name);
+ ub_thread_setname(ub_thread_self(), name);
/* setup */
verbose(VERB_ALGO, "start dnstap io thread");
+19 June 2026: Wouter
+ - Fix for #1457: fix thread setname for thread start of
+ dnstap, and fast_reload.
+
17 June 2026: Wouter
- Fix that after fast_reload the disown of the auth zone
transfer task cleans the chunk list. Also fix the