Skip to content

Commit

Permalink
Fix for rrdtool 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusBG authored Nov 26, 2024
1 parent 83f2fcb commit dd5a739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/NfSenRRD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sub GetRRDoffset {
if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
$RRDoffset = 77;
}
if ( $rrd_version >= 1.2 && $rrd_version < 1.9 ) {
if ( $rrd_version >= 1.2 && $rrd_version < 1.99 ) {
$RRDoffset = 67;
}

Expand Down

0 comments on commit dd5a739

Please sign in to comment.