X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_match.c;h=38472848a24c7fce26719fa1ae45b2ff74a27794;hb=a3444db7419687386919fccf7d14b945f2e9da56;hp=5083b05a7f7176886aa8016935de4e6563054c79;hpb=e1812f8e5c5f91328398c66b602d07ee7c6ede51;p=collectd.git diff --git a/src/daemon/utils_match.c b/src/daemon/utils_match.c index 5083b05a..38472848 100644 --- a/src/daemon/utils_match.c +++ b/src/daemon/utils_match.c @@ -169,7 +169,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); }