diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/tests/test_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tests/test_utils.c b/plugins/tests/test_utils.c index 5604bac..27e28c7 100644 --- a/plugins/tests/test_utils.c +++ b/plugins/tests/test_utils.c | |||
@@ -31,7 +31,7 @@ main (int argc, char **argv) | |||
31 | { | 31 | { |
32 | range *range; | 32 | range *range; |
33 | double temp; | 33 | double temp; |
34 | thresholds *thresholds; | 34 | thresholds *thresholds = NULL; |
35 | int rc; | 35 | int rc; |
36 | 36 | ||
37 | plan_tests(66); | 37 | plan_tests(66); |