diff --git a/proxmox-rrd/src/rrd.rs b/proxmox-rrd/src/rrd.rs index 8ea182c7..4b71f67e 100644 --- a/proxmox-rrd/src/rrd.rs +++ b/proxmox-rrd/src/rrd.rs @@ -131,6 +131,7 @@ impl RRA { if time <= self.last_update { eprintln!("rrdb update failed - time in past ({} < {})", time, self.last_update); + return; } if value.is_nan() {