Code

virt plugin: Fix indentation and some whitespace.
[collectd.git] / src / conntrack.c
index 4a72b2f61dc91d2b1eab973363139f65d03e6412..26f62786b242872dd89c4a943358f3d0164b2d45 100644 (file)
@@ -61,7 +61,6 @@ static void conntrack_submit (const char *type, const char *type_instance,
 
        vl.values = &conntrack;
        vl.values_len = 1;
-       sstrncpy (vl.host, hostname_g, sizeof (vl.host));
        sstrncpy (vl.plugin, "conntrack", sizeof (vl.plugin));
        sstrncpy (vl.type, type, sizeof (vl.type));
        if (type_instance != NULL)