From: George Thessalonikefs Date: Sun, 30 Jul 2023 09:43:06 +0000 (+0200) Subject: - For #759: fix doc string. X-Git-Tag: release-1.18.0rc1~24^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F759%2Fhead;p=thirdparty%2Funbound.git - For #759: fix doc string. --- 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);