Code

rrdtool plugin: If `flush' cannot find the requested file, issue an `INFO'.
[collectd.git] / src / utils_cmd_putval.c
index 91b70160f063590e477cd415253e38d1099abc1b..5bd6ec738fd2e188b4b253e3e7ce51937383690a 100644 (file)
@@ -51,8 +51,6 @@ static int parse_value (const data_set_t *ds, value_list_t *vl,
        *value_str = '\0'; value_str++;
 
        vl->time = (time_t) atoi (time_str);
-       if (vl->time == 0)
-               vl->time = time (NULL);
 
        i = 0;
        dummy = value_str;