- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.

This commit is contained in:
W.C.A. Wijngaards 2022-03-25 16:07:23 +01:00
parent 722391baf1
commit 8f8a8a341a
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
25 March 2022: Wouter
- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.
23 March 2022: Wouter
- Fix #651: [FR] Better logging for refused queries.

View file

@ -1127,7 +1127,7 @@ sldns_str2wire_svcparam_key_lookup(const char *key, size_t key_len)
if (!strncmp(key, "mandatory", sizeof("mandatory")-1))
return SVCB_KEY_MANDATORY;
if (!strncmp(key, "echconfig", sizeof("echconfig")-1))
return SVCB_KEY_ECH; /* allow "echconfig as well as "ech" */
return SVCB_KEY_ECH; /* allow "echconfig" as well as "ech" */
break;
case sizeof("alpn")-1: