|
@@ -69,7 +69,7 @@ int main(int argc, char **argv){
|
|
|
char *ptr;
|
|
char *ptr;
|
|
|
int data_val;
|
|
int data_val;
|
|
|
int return_code=STATE_OK;
|
|
int return_code=STATE_OK;
|
|
|
- thresholds *thresholds;
|
|
|
|
|
|
|
+ thresholds *thresholds = NULL;
|
|
|
|
|
|
|
|
if(process_arguments(argc,argv)==ERROR)
|
|
if(process_arguments(argc,argv)==ERROR)
|
|
|
usage(_("Could not parse arguments"));
|
|
usage(_("Could not parse arguments"));
|