mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
SIGs weren't returned in the answer section when the query resulted in a fetch.
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -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
|
21. [port] Look at STD_CINCLUDES after CINCLUDES during
|
||||||
compilation, so additional system include directories
|
compilation, so additional system include directories
|
||||||
can be searched but header files in the bind9 source
|
can be searched but header files in the bind9 source
|
||||||
|
@@ -2263,6 +2263,8 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, isc_stdtime_t now) {
|
|||||||
*/
|
*/
|
||||||
if (ANSWER(rdataset))
|
if (ANSWER(rdataset))
|
||||||
addedrdataset = ardataset;
|
addedrdataset = ardataset;
|
||||||
|
else if (ANSWERSIG(rdataset))
|
||||||
|
addedrdataset = asigrdataset;
|
||||||
else
|
else
|
||||||
addedrdataset = NULL;
|
addedrdataset = NULL;
|
||||||
if (CHAINING(rdataset)) {
|
if (CHAINING(rdataset)) {
|
||||||
|
Reference in New Issue
Block a user