mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
4854. [bug] query_synthcnamewildcard should stop generating the
response if query_synthwildcard fails. [RT #46939]
This commit is contained in:
@@ -8549,6 +8549,10 @@ query_synthcnamewildcard(query_ctx_t *qctx, dns_rdataset_t *rdataset,
|
||||
dns_rdata_cname_t cname;
|
||||
|
||||
result = query_synthwildcard(qctx, rdataset, sigrdataset);
|
||||
if (result != ISC_R_SUCCESS) {
|
||||
return (result);
|
||||
}
|
||||
|
||||
qctx->client->query.attributes |= NS_QUERYATTR_PARTIALANSWER;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user