View | Details | Raw Unified | Return to bug 126852
Collapse All | Expand All

(-)NfSenRRD.pm (-1 / +1 lines)
Lines 73-79 Link Here
73
	if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
73
	if ( $rrd_version < 1.1 ) { # it's RRD 1.0.x
74
		$RRDoffset = 77;
74
		$RRDoffset = 77;
75
	}
75
	}
76
	if ( $rrd_version >= 1.2 && $rrd_version < 1.3 ) {
76
	if ( $rrd_version >= 1.2 && $rrd_version <= 1.3 ) {
77
		$RRDoffset = 67;
77
		$RRDoffset = 67;
78
	}
78
	}

Return to bug 126852