13 lines
298 B
Text
13 lines
298 B
Text
|
Index: libexec/NfSenRRD.pm
|
||
|
--- libexec/NfSenRRD.pm.orig
|
||
|
+++ libexec/NfSenRRD.pm
|
||
|
@@ -73,7 +73,7 @@ sub GetRRDoffset {
|
||
|
if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
|
||
|
$RRDoffset = 77;
|
||
|
}
|
||
|
- if ( $rrd_version >= 1.2 && $rrd_version < 1.6 ) {
|
||
|
+ if ( $rrd_version >= 1.2 ) {
|
||
|
$RRDoffset = 67;
|
||
|
}
|
||
|
|