X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fthermal.c;h=09d9157efca218771b6c491eb1e4c9d90ebb4b6d;hb=c53c496b6db4e11fd8aed8df9556dad481220196;hp=aa95dac334fa721cea9a1acfc258b3524fb3228e;hpb=c4d79642e546f4992d5d4b3d62ae74490d21ee87;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,