Skip to content

Commit

Permalink
fixup! gcoap_dns: initial import of a DNS-over-CoAPS client
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Aug 9, 2021
1 parent b982845 commit d71474e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/application_layer/gcoap/dns.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ static int _check_dns_uri_tmpl(const char *uri_tmpl)
return -EINVAL;
}
/* dns variable exists in the URI template */
if (strstr(_uri_comp, _canary)) {
if (strstr(_uri_buf, _canary)) {
_gettable_uri = true;
}
else {
Expand Down

0 comments on commit d71474e

Please sign in to comment.