Code

collectd.conf(5): Fix typos.
[collectd.git] / src / serial.c
index 482232024123a5f7172588716fe2b5884fe51c92..dc868fc2da3489558eb59ddcbcde29f07d6cdd47 100644 (file)
@@ -41,7 +41,6 @@ static void serial_submit (const char *type_instance,
 
        vl.values = values;
        vl.values_len = STATIC_ARRAY_SIZE (values);
-       sstrncpy (vl.host, hostname_g, sizeof (vl.host));
        sstrncpy (vl.plugin, "serial", sizeof (vl.plugin));
        sstrncpy (vl.type, "serial_octets", sizeof (vl.type));
        sstrncpy (vl.type_instance, type_instance,