Skip to content
Snippets Groups Projects
Commit 894ad293 authored by Martine Lenders's avatar Martine Lenders
Browse files

sock_dns: remove out-of-place puts() call

parent 8ad5e44c
No related branches found
No related tags found
No related merge requests found
...@@ -212,7 +212,6 @@ int sock_dns_query(const char *domain_name, void *addr_out, int family) ...@@ -212,7 +212,6 @@ int sock_dns_query(const char *domain_name, void *addr_out, int family)
ssize_t res = sock_udp_create(&sock_dns, NULL, &sock_dns_server, 0); ssize_t res = sock_udp_create(&sock_dns, NULL, &sock_dns_server, 0);
if (res) { if (res) {
puts("a");
goto out; goto out;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment