X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fload.c;fp=src%2Fload.c;h=4bc93d5ec72430d3f7f2116d83bcb73efeb7f8bb;hb=f25d207699e013bb47c0083fe56b8358a98f6f4d;hp=ac07fa642d9b2a5c21305c3e5a15fe9af92b7c5f;hpb=61a4ed99b1a5b6d371bb745933d0efc5dff9505c;p=collectd.git diff --git a/src/load.c b/src/load.c index ac07fa64..4bc93d5e 100644 --- a/src/load.c +++ b/src/load.c @@ -55,7 +55,7 @@ #include #endif /* HAVE_PERFSTAT */ -static bool report_relative_load = 0; +static bool report_relative_load; static const char *config_keys[] = {"ReportRelative"}; static int config_keys_num = STATIC_ARRAY_SIZE(config_keys);