diff options
Diffstat (limited to 'lib/dns/nsec.c')
-rw-r--r-- | lib/dns/nsec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dns/nsec.c b/lib/dns/nsec.c index 5d1197d093b0..6183ef281c02 100644 --- a/lib/dns/nsec.c +++ b/lib/dns/nsec.c @@ -436,7 +436,7 @@ dns_nsec_noexistnodata(dns_rdatatype_t type, dns_name_t *name, nlabels, &common); } result = dns_name_concatenate(dns_wildcardname, &common, - wild, NULL); + wild, NULL); if (result != ISC_R_SUCCESS) { dns_rdata_freestruct(&nsec); (*logit)(arg, ISC_LOG_DEBUG(3), |