mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 04:09:28 -05:00
- Fix neater printout.
This commit is contained in:
parent
ec5f86b4eb
commit
978b0696d3
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue