Skip to content

Commit

Permalink
- Fix neater printout.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Jul 5, 2024
1 parent ec5f86b commit 978b069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/Changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion validator/validator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 978b069

Please sign in to comment.