aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/check_cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c
index 61350bfd..5d52d42d 100644
--- a/plugins/check_cluster.c
+++ b/plugins/check_cluster.c
@@ -69,7 +69,7 @@ int main(int argc, char **argv){
char *ptr;
int data_val;
int return_code=STATE_OK;
- thresholds *thresholds;
+ thresholds *thresholds = NULL;
if(process_arguments(argc,argv)==ERROR)
usage(_("Could not parse arguments"));