Code

virt plugin: Fix indentation and some whitespace.
[collectd.git] / src / xmms.c
index 2ba30827c608a9ab1c93cbf1373cf1aa43f727a4..5a2774bb033470b79c775266ba4c46114ae7c0dd 100644 (file)
@@ -39,7 +39,6 @@ static void cxmms_submit (const char *type, gauge_t value)
 
        vl.values = &(value_t) { .gauge = value };
        vl.values_len = 1;
-       sstrncpy (vl.host, hostname_g, sizeof (vl.host));
        sstrncpy (vl.plugin, "xmms", sizeof (vl.plugin));
        sstrncpy (vl.type, type, sizeof (vl.type));