We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f2fcb commit dd5a739Copy full SHA for dd5a739
libexec/NfSenRRD.pm
@@ -70,7 +70,7 @@ sub GetRRDoffset {
70
if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
71
$RRDoffset = 77;
72
}
73
- if ( $rrd_version >= 1.2 && $rrd_version < 1.9 ) {
+ if ( $rrd_version >= 1.2 && $rrd_version < 1.99 ) {
74
$RRDoffset = 67;
75
76
0 commit comments