summaryrefslogtreecommitdiffstats
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 61350bf..5d52d42 100644
--- a/plugins/check_cluster.c
+++ b/plugins/check_cluster.c
@@ -69,7 +69,7 @@ int main(int argc, char **argv){
69 char *ptr; 69 char *ptr;
70 int data_val; 70 int data_val;
71 int return_code=STATE_OK; 71 int return_code=STATE_OK;
72 thresholds *thresholds; 72 thresholds *thresholds = NULL;
73 73
74 if(process_arguments(argc,argv)==ERROR) 74 if(process_arguments(argc,argv)==ERROR)
75 usage(_("Could not parse arguments")); 75 usage(_("Could not parse arguments"));