From 6487d6febeba1c547cf68b96c7b3ff64af53ab8e Mon Sep 17 00:00:00 2001 From: George Thessalonikefs Date: Sun, 30 Jul 2023 11:43:06 +0200 Subject: [PATCH] - For #759: fix doc string. --- util/module.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/module.h b/util/module.h index dc6835364..5b6fcc93c 100644 --- a/util/module.h +++ b/util/module.h @@ -826,11 +826,11 @@ void errinf_dname(struct module_qstate* qstate, const char* str, * This string is malloced and has to be freed by caller. */ char* errinf_to_str_bogus(struct module_qstate* qstate); + /** - * Check the sldns_ede_code of the qstate. + * Check the sldns_ede_code of the qstate->errinf. * @param qstate: query state. - * @return LDNS_EDE_DNSSEC_BOGUS by default, or the first explicitly set - * sldns_ede_code. + * @return the latest explicitly set sldns_ede_code or LDNS_EDE_NONE. */ sldns_ede_code errinf_to_reason_bogus(struct module_qstate* qstate); -- 2.39.5