Skip to content

Commit dd5a739

Browse files
authored
Fix for rrdtool 1.9
1 parent 83f2fcb commit dd5a739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libexec/NfSenRRD.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ sub GetRRDoffset {
7070
if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
7171
$RRDoffset = 77;
7272
}
73-
if ( $rrd_version >= 1.2 && $rrd_version < 1.9 ) {
73+
if ( $rrd_version >= 1.2 && $rrd_version < 1.99 ) {
7474
$RRDoffset = 67;
7575
}
7676

0 commit comments

Comments
 (0)