Code

virt plugin: Fix indentation and some whitespace.
[collectd.git] / src / zfs_arc.c
index e4110859ffded2c26915b62b1a49f2fad804b43b..ad287bb107eed0e9e50b2974e95349a779f9d9b2 100644 (file)
@@ -145,7 +145,6 @@ static void za_submit (const char* type, const char* type_instance, value_t* val
        vl.values = values;
        vl.values_len = values_len;
 
-       sstrncpy (vl.host, hostname_g, sizeof (vl.host));
        sstrncpy (vl.plugin, "zfs_arc", sizeof (vl.plugin));
        sstrncpy (vl.type, type, sizeof (vl.type));
        sstrncpy (vl.type_instance, type_instance, sizeof (vl.type_instance));