Merge branch 'collectd-4.10' into collectd-5.1
[collectd.git] / src / plugin.c
index cdd56bd..d895891 100644 (file)
@@ -714,6 +714,9 @@ static int plugin_insert_read (read_func_t *rf)
        int status;
        llentry_t *le;
 
+       cdtime_t now = cdtime ();
+       CDTIME_T_TO_TIMESPEC (now, &rf->rf_next_read);
+
        pthread_mutex_lock (&read_lock);
 
        if (read_list == NULL)