]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix comment in lib/ns/query.c
authorMatthijs Mekking <matthijs@isc.org>
Tue, 4 Nov 2025 16:17:13 +0000 (17:17 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 6 Nov 2025 09:54:55 +0000 (10:54 +0100)
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.

lib/ns/query.c

index 2a8f587bbf898e6d74112b7a33dce6588149b2d7..8733e0938de18a17a6a776763c8c0811da769fc9 100644 (file)
@@ -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 =