From: Ubuntu Date: Fri, 13 Jan 2023 15:59:11 +0000 (+0000) Subject: Fixed review comment for missing error strings X-Git-Tag: release-1.8.4-rc1~15^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47bd63ad8467589dfad62ced7b648325ca0bc8ef;p=thirdparty%2Fldns.git Fixed review comment for missing error strings --- diff --git a/error.c b/error.c index e3fd1211..50cdc630 100644 --- a/error.c +++ b/error.c @@ -184,6 +184,11 @@ ldns_lookup_table ldns_error_str[] = { { LDNS_STATUS_INVALID_SVCPARAM_VALUE, "Invalid wireformat of a value " "in the ServiceParam rdata field of SVCB or HTTPS RR" }, + { LDNS_STATUS_NOT_EDE, + "The EDNS option is not an extended error code" }, + { LDNS_STATUS_EDE_OPTION_MALFORMED, + "The extended error code option is malformed, expected " + "at least 2 bytes of option data" }, { 0, NULL } };