aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/tests/test_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tests/test_utils.c b/plugins/tests/test_utils.c
index 5604bacd..27e28c75 100644
--- a/plugins/tests/test_utils.c
+++ b/plugins/tests/test_utils.c
@@ -31,7 +31,7 @@ main (int argc, char **argv)
{
range *range;
double temp;
- thresholds *thresholds;
+ thresholds *thresholds = NULL;
int rc;
plan_tests(66);