]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Improved comment
authorPhilip Homburg <philip@nlnetlabs.nl>
Tue, 21 Feb 2023 08:27:03 +0000 (09:27 +0100)
committerPhilip Homburg <philip@nlnetlabs.nl>
Tue, 21 Feb 2023 08:27:03 +0000 (09:27 +0100)
util/module.h

index 7f41bb1ede2f070cb8bb2371fc9a4693be18069f..bcb0ccb2e62fc18f73cd1651041befbc87e4b023 100644 (file)
@@ -620,9 +620,9 @@ struct module_qstate {
         * validation itself */
        int is_valrec;
 #ifdef CLIENT_SUBNET
-       /** client network address is needed for the client-subnet option
-        *  when probing, but we want use reply_list in mesh_info, because
-        * we don't want to send a reply. */
+       /** the client network address is needed for the client-subnet option
+        *  when prefetching, but we can't use reply_list in mesh_info, because
+        *  we don't want to send a reply for the internal query. */
         struct sockaddr_storage client_addr;
 #endif