4026. [bug] Fix RFC 3658 reference in dig +sigchase. [RT #38173]

This commit is contained in:
Mark Andrews 2014-12-22 09:40:26 +11:00
parent 4ba21f6000
commit 44032d3918
2 changed files with 3 additions and 1 deletions

View file

@ -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,

View file

@ -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;