Code

virt plugin: Fix indentation and some whitespace.
[collectd.git] / src / users.c
index ce626ae3a902e32d47c410cd354a5afe7b6deb36..e0c5116846cd5d5b3f2add69725118e21fd3f131 100644 (file)
@@ -49,7 +49,6 @@ static void users_submit (gauge_t value)
 
        vl.values = &(value_t) { .gauge = value };
        vl.values_len = 1;
-       sstrncpy (vl.host, hostname_g, sizeof (vl.host));
        sstrncpy (vl.plugin, "users", sizeof (vl.plugin));
        sstrncpy (vl.type, "users", sizeof (vl.plugin));