mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 12:32:04 -04:00
4026. [bug] Fix RFC 3658 reference in dig +sigchase. [RT #38173]
This commit is contained in:
parent
4ba21f6000
commit
44032d3918
2 changed files with 3 additions and 1 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
4026. [bug] Fix RFC 3658 reference in dig +sigchase. [RT #38173]
|
||||
|
||||
4025. [port] bsdi: failed to build. [RT #38047]
|
||||
|
||||
4024. [bug] dns_rdata_opt_first, dns_rdata_opt_next,
|
||||
|
|
|
|||
|
|
@ -5507,7 +5507,7 @@ sigchase_td(dns_message_t *msg)
|
|||
dns_name_t tmp_name;
|
||||
|
||||
printf("\n;; We are in a Grand Father Problem:"
|
||||
" See 2.2.1 in RFC 3568\n");
|
||||
" See 2.2.1 in RFC 3658\n");
|
||||
chase_rdataset = NULL;
|
||||
chase_sigrdataset = NULL;
|
||||
have_response = ISC_FALSE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue