Code

virt plugin: Fix indentation and some whitespace.
[collectd.git] / src / xencpu.c
index 93575df22887ff9e3935f9ee741654918079807b..de375d2682a1eb0e281b4d5a711a0f6073139d0b 100644 (file)
@@ -115,7 +115,6 @@ static void submit_value (int cpu_num, gauge_t value)
     vl.values = &(value_t) { .gauge = value };
     vl.values_len = 1;
 
-    sstrncpy (vl.host, hostname_g, sizeof (vl.host));
     sstrncpy (vl.plugin, "xencpu", sizeof (vl.plugin));
     sstrncpy (vl.type, "percent", sizeof (vl.type));
     sstrncpy (vl.type_instance, "load", sizeof (vl.type_instance));