mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
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
This commit is contained in:
parent
6df5e5c4cd
commit
815070274f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue