From 815070274fe67c140d5e9a0fc4b388fc7d61232e Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Sat, 21 Feb 2004 03:50:00 +0000 Subject: add $opt_C to 'use vars' (report 882381 and patch form Jason Martin) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@822 f882894a-f735-0410-b71e-b25c423dba1c --- plugins-scripts/check_breeze.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins-scripts') diff --git a/plugins-scripts/check_breeze.pl b/plugins-scripts/check_breeze.pl index 68cdbe8c..0e9cffb8 100755 --- a/plugins-scripts/check_breeze.pl +++ b/plugins-scripts/check_breeze.pl @@ -3,7 +3,7 @@ use strict; use Getopt::Long; -use vars qw($opt_V $opt_h $opt_H $opt_w $opt_c $PROGNAME); +use vars qw($opt_V $opt_h $opt_w $opt_c $opt_H $opt_C $PROGNAME); use lib utils.pm ; use utils qw(%ERRORS &print_revision &support &usage); -- cgit v1.2.3-74-g34f1