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
307fed93
Commit
307fed93
authored
Nov 03, 1999
by
Bob Halley
Browse files
allow negative cache entries to be returned
parent
79bbb290
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/view.c
View file @
307fed93
...
...
@@ -427,7 +427,9 @@ dns_view_find(dns_view_t *view, dns_name_t *name, dns_rdatatype_t type,
cleanup:
if
(
result
!=
ISC_R_SUCCESS
&&
result
!=
DNS_R_GLUE
&&
result
!=
DNS_R_HINT
)
result
!=
DNS_R_HINT
&&
result
!=
DNS_R_NCACHENXDOMAIN
&&
result
!=
DNS_R_NCACHENXRRSET
)
result
=
DNS_R_NOTFOUND
;
if
(
zrdataset
.
methods
!=
NULL
)
{
...
...
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