Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b2238214
Commit
b2238214
authored
Nov 09, 1999
by
Bob Halley
Browse files
ANY queries should not match negative cache entries
parent
46ae6bb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/rbtdb.c
View file @
b2238214
...
...
@@ -2332,7 +2332,8 @@ cache_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version,
* it.
*/
if
(
header
->
type
==
type
||
type
==
dns_rdatatype_any
||
(
type
==
dns_rdatatype_any
&&
RBTDB_RDATATYPE_BASE
(
header
->
type
)
!=
0
)
||
(
cname_ok
&&
header
->
type
==
dns_rdatatype_cname
))
{
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment