X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fserial.c;h=dc868fc2da3489558eb59ddcbcde29f07d6cdd47;hb=41288c6a9ed050b41ad47184aa1b53668c3588cc;hp=482232024123a5f7172588716fe2b5884fe51c92;hpb=10139cda6f68ae1f921d79c930dd85944afb74a3;p=collectd.git diff --git a/src/serial.c b/src/serial.c index 48223202..dc868fc2 100644 --- a/src/serial.c +++ b/src/serial.c @@ -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,