X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fthermal.c;h=09d9157efca218771b6c491eb1e4c9d90ebb4b6d;hb=6d8031d73b7c1d874d7afa4cad2f248c4073764d;hp=aa95dac334fa721cea9a1acfc258b3524fb3228e;hpb=e67a651b07f09fbd4850b9fa5b842f1b87d1992e;p=collectd.git diff --git a/src/thermal.c b/src/thermal.c index aa95dac3..09d9157e 100644 --- a/src/thermal.c +++ b/src/thermal.c @@ -54,7 +54,6 @@ static void thermal_submit (const char *plugin_instance, enum dev_type dt, vl.values = &value; vl.values_len = 1; - sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "thermal", sizeof(vl.plugin)); if (plugin_instance != NULL) sstrncpy (vl.plugin_instance, plugin_instance,