X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdns.c;h=4a5c0fa39c4f966ef03c17b53d3a95f352b032ff;hb=9d9678b9e753ea0936612021f4f87f8092ab4e31;hp=c8e794eb032f83dd786455767819214548c758a3;hpb=fa82af13503a1195e1bfaef597ac33a3dc71a758;p=collectd.git diff --git a/src/dns.c b/src/dns.c index c8e794eb..4a5c0fa3 100644 --- a/src/dns.c +++ b/src/dns.c @@ -325,7 +325,7 @@ static int dns_init (void) return (-1); status = plugin_thread_create (&listen_thread, NULL, dns_child_loop, - (void *) 0); + (void *) 0, "dns listen"); if (status != 0) { char errbuf[1024];