- Fix neater printout.

This commit is contained in:
W.C.A. Wijngaards 2024-07-05 14:11:26 +02:00
parent ec5f86b4eb
commit 978b0696d3
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
5 July 2024: Wouter
- Fix for neater printout for error for missing DS response.
- Fix neater printout.
4 July 2024: Wouter
- Fix to print details about the failure to lookup a DNSKEY record

View file

@ -2802,7 +2802,7 @@ ds_response_to_ke(struct module_qstate* qstate, struct val_qstate* vq,
if(err) {
char buf[1024];
snprintf(buf, sizeof(buf), "[%s]", err);
errinf(qstate, err);
errinf(qstate, buf);
}
}
reason_bogus = LDNS_EDE_NETWORK_ERROR;