X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_match.c;h=914b6e278c746c1dd04e44a603894377f3991c0c;hb=ec9ed6fe4108f7fd3d4ef84e887bb6d3dc022e14;hp=5273c9018ccf6842373f88e96cdf2807cbbf156d;hpb=f8e1e81d433c5b4e06792c2617abf0e6ec9e76d9;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); }