X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_match.c;h=914b6e278c746c1dd04e44a603894377f3991c0c;hb=f0d468892e1c173b226f739be48291981473b4fb;hp=5273c9018ccf6842373f88e96cdf2807cbbf156d;hpb=958f7776a2daaa1a8664aded0a2c1d717c2f5909;p=collectd.git diff --git a/src/daemon/utils_match.c b/src/daemon/utils_match.c index 5273c901..914b6e27 100644 --- a/src/daemon/utils_match.c +++ b/src/daemon/utils_match.c @@ -170,7 +170,7 @@ static int default_callback (const char __attribute__((unused)) *str, if (data->ds_type & UTILS_MATCH_CF_DERIVE_INC) { - data->value.counter++; + data->value.derive++; data->values_num++; return (0); }