X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcpufreq.c;h=285ee6c6819931b8635aca06d1ac088dff67601b;hb=a4b9c9ad2d77656892026ad4b51f9fb7c2a58149;hp=a2cc3ad242ab72058888e069c65cddc438c2e559;hpb=e1bfa71aca1f37c2f293dc9adb44065c6e7a9ad9;p=collectd.git diff --git a/src/cpufreq.c b/src/cpufreq.c index a2cc3ad2..285ee6c6 100644 --- a/src/cpufreq.c +++ b/src/cpufreq.c @@ -63,7 +63,6 @@ static void cpufreq_submit (int cpu_num, value_t value) vl.values = &value; vl.values_len = 1; - sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "cpufreq", sizeof (vl.plugin)); sstrncpy (vl.type, "cpufreq", sizeof (vl.type)); ssnprintf (vl.type_instance, sizeof (vl.type_instance), "%i", cpu_num);