Skip to content

Commit

Permalink
Fix small mistake and attribute Pierre
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Jul 12, 2024
1 parent c48f0a0 commit a05aedb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
Thanks Ørjan Malde
* PR #216 Update declaration for function with no argument
Thanks Ed Maste
* PR #214 fix the build in FreeBSD's base system
Thanks Pierre Pronchery and Dag-Erling Smørgrav

1.8.3 2022-08-15
* bugfix #183: Assertion failure with OPT record without rdata.
Expand Down
2 changes: 1 addition & 1 deletion str2host.c
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ static const size_t svcparam_key_defs_len = sizeof(svcparam_key_defs)
/* svcparam_key2buffer_str() should actually be in host2str.c, but we need the
* svcparam_key_defs for it and it is not an exposed symbol anyway.
*/
static ldns_status svcparam_key2buffer_str(ldns_buffer *output, uint16_t key)
ldns_status svcparam_key2buffer_str(ldns_buffer *output, uint16_t key)
{
if (key <= LDNS_SVCPARAM_KEY_LAST_KEY)
ldns_buffer_write_string(output, svcparam_key_defs[key].str);
Expand Down

0 comments on commit a05aedb

Please sign in to comment.