X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnetwork.c;h=d7eb32c3444f0b24867b6b49bdda131918daee5f;hb=e81567f2a645fd15f4384ca9569119bc66c1412a;hp=6b43ae75b47982609ffbeb702488c1d554e1e049;hpb=0dc6fd79c3f33d7337f01bf5fefd48a7e48f67c2;p=collectd.git diff --git a/src/network.c b/src/network.c index 6b43ae75..d7eb32c3 100644 --- a/src/network.c +++ b/src/network.c @@ -3477,7 +3477,7 @@ static int network_init (void) status = plugin_thread_create (&dispatch_thread_id, NULL /* no attributes */, dispatch_thread, - NULL /* no argument */, "network dispatch"); + NULL /* no argument */, "network disp"); if (status != 0) { char errbuf[1024];