X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_hw.c;h=dccde506c8fab42a9c8727d011652292eb012bf1;hb=5fc7ff89bdbced9c593c566fea9840a269935dcd;hp=53170177082f1ed91e82a91ac824b1d5d0ad989c;hpb=7f408c1ae7d1011c489fbd9123b1dd03d869e088;p=rrdtool.git diff --git a/src/rrd_hw.c b/src/rrd_hw.c index 5317017..dccde50 100644 --- a/src/rrd_hw.c +++ b/src/rrd_hw.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.15 Copyright by Tobi Oetiker, 1997-2006 + * 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; }