diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/checkciscotemp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/checkciscotemp.pl b/contrib/checkciscotemp.pl index c999e193..8fdc4294 100644 --- a/contrib/checkciscotemp.pl +++ b/contrib/checkciscotemp.pl @@ -30,7 +30,7 @@ # (in accordance with the plugin coding guidelines) #################################### -#use Net::SNMP; +use Net::SNMP; use Getopt::Long; &Getopt::Long::config('auto_abbrev'); |