X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fipmi.c;h=24986b820a04fca868430a91f711bb24f5bcf45d;hb=6d8031d73b7c1d874d7afa4cad2f248c4073764d;hp=3267275dadac14d21f24a592658cd952cd829188;hpb=c442c66d9e98852f1b8eaa1b816d6ee7f84d0342;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;