mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 01:28:05 -04:00
silence clang static analyser warning. [RT #46881]
This commit is contained in:
parent
fdd8838bf9
commit
af034ef188
1 changed files with 2 additions and 0 deletions
|
|
@ -8147,6 +8147,8 @@ query_addnxrrsetnsec(query_ctx_t *qctx) {
|
|||
isc_buffer_t *dbuf, b;
|
||||
dns_name_t *fname;
|
||||
|
||||
INSIST(qctx->fname != NULL);
|
||||
|
||||
if ((qctx->fname->attributes & DNS_NAMEATTR_WILDCARD) == 0) {
|
||||
query_addrrset(client, &qctx->fname,
|
||||
&qctx->rdataset, &qctx->sigrdataset,
|
||||
|
|
|
|||
Loading…
Reference in a new issue