git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1307 f882894a-f735-0410-b71e-b25c423dba1c
@@ -31,7 +31,7 @@ main (int argc, char **argv)
{
range *range;
double temp;
- thresholds *thresholds;
+ thresholds *thresholds = NULL;
int rc;
plan_tests(66);