X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_hw.c;h=dccde506c8fab42a9c8727d011652292eb012bf1;hb=5fc7ff89bdbced9c593c566fea9840a269935dcd;hp=cf32e5e1a687e235532a3ef736a963728c5c9343;hpb=87617d608f152fd298bcace0d881c92b5538d65d;p=rrdtool.git diff --git a/src/rrd_hw.c b/src/rrd_hw.c index cf32e5e..dccde50 100644 --- a/src/rrd_hw.c +++ b/src/rrd_hw.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.3 Copyright by Tobi Oetiker, 1997-2005 + * RRDtool 1.2.23 Copyright by Tobi Oetiker, 1997-2007 ***************************************************************************** * rrd_hw.c : Support for Holt-Winters Smoothing/ Aberrant Behavior Detection ***************************************************************************** @@ -474,7 +474,7 @@ erase_violations(rrd_t *rrd, unsigned long cdp_idx, unsigned long rra_idx) { #ifdef DEBUG fprintf(stderr,"erase_violations called for non-FAILURES RRA: %s\n", - rrd -> rra_def[rra_idx].cf); + rrd -> rra_def[rra_idx].cf_nam); #endif return; }