Set static bools to true instead of 1
[collectd.git] / src / openvpn.c
index 30254f0..a80c09f 100644 (file)
@@ -81,9 +81,9 @@ struct vpn_status_s {
 typedef struct vpn_status_s vpn_status_t;
 
 static bool new_naming_schema;
-static bool collect_compression = 1;
+static bool collect_compression = true;
 static bool collect_user_count;
-static bool collect_individual_users = 1;
+static bool collect_individual_users = true;
 
 static const char *config_keys[] = {
     "StatusFile",           "Compression", /* old, deprecated name */