mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 14:49:59 -04:00
4026. [bug] Fix RFC 3658 reference in dig +sigchase. [RT #38173]
(cherry picked from commit 44032d3918)
This commit is contained in:
parent
b644f1cdb8
commit
a9eee2f2c3
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,
|
||||
|
|
|
|||
|
|
@ -5133,7 +5133,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