mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 02:10:04 -04:00
return rdatasets when processing ANY queries in client_resfind
(cherry picked from commit 127333c71f)
This commit is contained in:
parent
9c9b9ab651
commit
2ffdbe9eff
1 changed files with 6 additions and 0 deletions
|
|
@ -1096,6 +1096,12 @@ client_resfind(resctx_t *rctx, dns_fetchevent_t *event) {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (rctx->rdataset != NULL) {
|
||||
putrdataset(mctx, &rctx->rdataset);
|
||||
}
|
||||
if (rctx->sigrdataset != NULL) {
|
||||
putrdataset(mctx, &rctx->sigrdataset);
|
||||
}
|
||||
if (n == 0) {
|
||||
/*
|
||||
* We didn't match any rdatasets (which means
|
||||
|
|
|
|||
Loading…
Reference in a new issue