Set static bools to true instead of 1
[collectd.git] / src / apcups.c
index f16da90..622e3a1 100644 (file)
@@ -74,7 +74,7 @@ static char *conf_node = NULL;
 static char *conf_service = NULL;
 /* Defaults to false for backwards compatibility. */
 static bool conf_report_seconds;
-static bool conf_persistent_conn = 1;
+static bool conf_persistent_conn = true;
 
 static int global_sockfd = -1;