X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcpufreq.c;h=285ee6c6819931b8635aca06d1ac088dff67601b;hb=2ede5e7fd0f7e75edd1fba531cd870bb16092e71;hp=a2cc3ad242ab72058888e069c65cddc438c2e559;hpb=03af72c5ef8b98ddfcab87ea44b764f5b0e165aa;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);