2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

SIGs weren't returned in the answer section when the query resulted in a fetch.

This commit is contained in:
Brian Wellington
2000-04-04 21:13:45 +00:00
parent aa25a4b357
commit 404e3e4738
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
22. [bug] SIGs weren't returned in the answer section when
the query resulted in a fetch.
21. [port] Look at STD_CINCLUDES after CINCLUDES during
compilation, so additional system include directories
can be searched but header files in the bind9 source

View File

@@ -2263,6 +2263,8 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, isc_stdtime_t now) {
*/
if (ANSWER(rdataset))
addedrdataset = ardataset;
else if (ANSWERSIG(rdataset))
addedrdataset = asigrdataset;
else
addedrdataset = NULL;
if (CHAINING(rdataset)) {