Skip to content

Commit

Permalink
Fixed review comment for missing error strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jan 13, 2023
1 parent ec7ce66 commit 47bd63a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions error.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
};

Expand Down

0 comments on commit 47bd63a

Please sign in to comment.