X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffhcount.c;fp=src%2Ffhcount.c;h=9e74dabd79a5582a7ce0c9c7fb5e53ac44bb2a66;hb=f25d207699e013bb47c0083fe56b8358a98f6f4d;hp=1e84efa914963d40f4e7d8fa24d5d09a56b695d2;hpb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;p=collectd.git diff --git a/src/fhcount.c b/src/fhcount.c index 1e84efa9..9e74dabd 100644 --- a/src/fhcount.c +++ b/src/fhcount.c @@ -26,7 +26,7 @@ static const char *config_keys[] = {"ValuesAbsolute", "ValuesPercentage"}; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys); static bool values_absolute = 1; -static bool values_percentage = 0; +static bool values_percentage; static int fhcount_config(const char *key, const char *value) { int ret = -1;