mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
return rdatasets when processing ANY queries in client_resfind
This commit is contained in:
parent
cbddd8a0a9
commit
127333c71f
1 changed files with 6 additions and 0 deletions
|
|
@ -1094,6 +1094,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