X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_hw.c;h=dccde506c8fab42a9c8727d011652292eb012bf1;hb=5cc1ed2b6f1b746081a4573befc203a03e3214f3;hp=d8090601e8ee794290faae149c9d4d84222f16b9;hpb=9e6db622e8756105c1322481b34650ecbe15da1a;p=rrdtool.git diff --git a/src/rrd_hw.c b/src/rrd_hw.c index d809060..dccde50 100644 --- a/src/rrd_hw.c +++ b/src/rrd_hw.c @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.2.14 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; }