X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fserial.c;h=cfa26bbd120b268cefea5d90669bd58917d3bb82;hb=6c134837a38a566a6ad78225ef5e5c3cc9b7d832;hp=1c874e52177e919d59056126015da12edf760109;hpb=597adb008e5cb9b39bc925046d2aedc084ec2b9e;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));