Module Name:    src
Committed By:   martin
Date:           Fri Aug 23 18:18:05 UTC 2024

Modified Files:
        src/external/mpl/bind/dist/lib/ns [netbsd-10]: query.c

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #800):

        external/mpl/bind/dist/lib/ns/query.c: revision 1.21

PR/58170: Yoshitaka Tokugawa: Remove blocking statement when the requestor
asks for for an address that is in the cache and that access is prevented
by a cache acl because the querier has no way to know that this access is
denied, so it is not an abuse.


To generate a diff of this commit:
cvs rdiff -u -r1.15.2.2 -r1.15.2.3 src/external/mpl/bind/dist/lib/ns/query.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mpl/bind/dist/lib/ns/query.c
diff -u src/external/mpl/bind/dist/lib/ns/query.c:1.15.2.2 src/external/mpl/bind/dist/lib/ns/query.c:1.15.2.3
--- src/external/mpl/bind/dist/lib/ns/query.c:1.15.2.2	Sun Feb 25 15:47:34 2024
+++ src/external/mpl/bind/dist/lib/ns/query.c	Fri Aug 23 18:18:04 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: query.c,v 1.15.2.2 2024/02/25 15:47:34 martin Exp $	*/
+/*	$NetBSD: query.c,v 1.15.2.3 2024/08/23 18:18:04 martin Exp $	*/
 
 /*
  * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
@@ -909,7 +909,6 @@ query_checkcacheaccess(ns_client_t *clie
 					      msg);
 			}
 		} else {
-			pfilter_notify(result, client, "checkcacheaccess");
 			/*
 			 * We were denied by the "allow-query-cache" ACL.
 			 * There is no need to clear NS_QUERYATTR_CACHEACLOK

Reply via email to