Skip to content

Commit 894ad29

Browse files
committed
sock_dns: remove out-of-place puts() call
1 parent 8ad5e44 commit 894ad29

File tree

1 file changed

+0
-1
lines changed
  • sys/net/application_layer/dns

1 file changed

+0
-1
lines changed

sys/net/application_layer/dns/dns.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ int sock_dns_query(const char *domain_name, void *addr_out, int family)
212212

213213
ssize_t res = sock_udp_create(&sock_dns, NULL, &sock_dns_server, 0);
214214
if (res) {
215-
puts("a");
216215
goto out;
217216
}
218217

0 commit comments

Comments
 (0)