Set static bools to true instead of 1
[collectd.git] / src / collectd-nagios.c
index 27d5622..d53ae65 100644 (file)
@@ -101,7 +101,7 @@ static char *hostname_g = NULL;
 static range_t range_critical_g;
 static range_t range_warning_g;
 static int consolitation_g = CON_NONE;
-static bool nan_is_error_g = 0;
+static bool nan_is_error_g;
 
 static char **match_ds_g = NULL;
 static size_t match_ds_num_g = 0;