X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fipmi.c;h=24986b820a04fca868430a91f711bb24f5bcf45d;hb=9d9678b9e753ea0936612021f4f87f8092ab4e31;hp=3267275dadac14d21f24a592658cd952cd829188;hpb=1961988253c1f5b29a52343a34d291929e84fcf1;p=collectd.git diff --git a/src/ipmi.c b/src/ipmi.c index 3267275d..24986b82 100644 --- a/src/ipmi.c +++ b/src/ipmi.c @@ -662,7 +662,7 @@ static int c_ipmi_init (void) c_ipmi_active = 1; status = plugin_thread_create (&thread_id, /* attr = */ NULL, thread_main, - /* user data = */ NULL); + /* user data = */ NULL, "ipmi"); if (status != 0) { c_ipmi_active = 0;