From 47bd63ad8467589dfad62ced7b648325ca0bc8ef Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 13 Jan 2023 15:59:11 +0000 Subject: [PATCH] Fixed review comment for missing error strings --- error.c | 5 +++++ 1 file changed, 5 insertions(+) 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 } };