X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fserial.c;h=cfa26bbd120b268cefea5d90669bd58917d3bb82;hb=4027126a75439c7d2b1d5572092fd291ef19ead6;hp=1c874e52177e919d59056126015da12edf760109;hpb=66b7c4bce4e628d8c11cc6762621f155bd68536d;p=collectd.git diff --git a/src/serial.c b/src/serial.c index 1c874e52..cfa26bbd 100644 --- a/src/serial.c +++ b/src/serial.c @@ -40,7 +40,6 @@ static void serial_submit (const char *type_instance, vl.values = values; vl.values_len = 2; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "serial", sizeof (vl.plugin)); sstrncpy (vl.type, "serial_octets", sizeof (vl.type));