]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix neater printout.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 5 Jul 2024 12:11:26 +0000 (14:11 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 5 Jul 2024 12:11:26 +0000 (14:11 +0200)
doc/Changelog
validator/validator.c

index 9e4b2f10482378f84da0ba1ec51fa93c4b7ee034..09d4aa6bc8088ef2c1c0c564914a030e0a6b1e79 100644 (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
index 4ed12df67756aa7b61c28e6ec0a41d27579bbec7..f5894e30cc1ba13b0ffc07179b523ddbd4a2e260 100644 (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;