Explorar o código

typo: had commented use Net::SNMP for testing

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@260 f882894a-f735-0410-b71e-b25c423dba1c
Karl DeBisschop %!s(int64=23) %!d(string=hai) anos
pai
achega
489f4501f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      contrib/checkciscotemp.pl

+ 1 - 1
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');