Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
dc0c165c
Commit
dc0c165c
authored
Jun 02, 2009
by
Automatic Updater
Browse files
update copyright notice
parent
5422cf28
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/resolver.c
View file @
dc0c165c
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: resolver.c,v 1.40
1
2009/06/02
05:51:44 marka
Exp $ */
/* $Id: resolver.c,v 1.40
2
2009/06/02
23:47:50 tbox
Exp $ */
/*! \file */
...
...
@@ -487,7 +487,7 @@ rrsig_fromchildzone(fetchctx_t *fctx, dns_rdataset_t *rdataset) {
result
=
dns_rdata_tostruct
(
&
rdata
,
&
rrsig
,
NULL
);
RUNTIME_CHECK
(
result
==
ISC_R_SUCCESS
);
namereln
=
dns_name_fullcompare
(
&
rrsig
.
signer
,
&
fctx
->
domain
,
&
order
,
&
labels
);
&
order
,
&
labels
);
if
(
namereln
==
dns_namereln_subdomain
)
return
(
ISC_TRUE
);
dns_rdata_reset
(
&
rdata
);
...
...
@@ -553,7 +553,7 @@ fix_mustbedelegationornxdomain(dns_message_t *message, fetchctx_t *fctx) {
for
(
rdataset
=
ISC_LIST_HEAD
(
name
->
list
);
rdataset
!=
NULL
;
rdataset
=
ISC_LIST_NEXT
(
rdataset
,
link
))
{
if
(
!
dns_name_equal
(
name
,
&
fctx
->
name
))
if
(
!
dns_name_equal
(
name
,
&
fctx
->
name
))
continue
;
type
=
rdataset
->
type
;
/*
...
...
Write
Preview
Supports
Markdown
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