From: Matthijs Mekking Date: Tue, 4 Nov 2025 16:17:13 +0000 (+0100) Subject: Fix comment in lib/ns/query.c X-Git-Tag: v9.21.16~59^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77418fedcef39715b7f9e7745555f1f9e2405889;p=thirdparty%2Fbind9.git Fix comment in lib/ns/query.c While renaming exit_check() to dns__zone_free_check() in lib/dns/zone.c, a dead reference to exit_check() in the comments was found in lib/ns/query.c. --- diff --git a/lib/ns/query.c b/lib/ns/query.c index 2a8f587bbf8..8733e0938de 100644 --- a/lib/ns/query.c +++ b/lib/ns/query.c @@ -951,7 +951,7 @@ ns_query_init(ns_client_t *client) { /* * This mutex is destroyed when the client is destroyed in - * exit_check(). + * ns__client_put_cb(). */ isc_mutex_init(&client->query.fetchlock); client->query.redirect.fname =