From 489f4501f8d6bc1f53b4c808ecade65e7b0175cd Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Tue, 28 Jan 2003 07:44:56 +0000 Subject: 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 diff --git a/contrib/checkciscotemp.pl b/contrib/checkciscotemp.pl index c999e19..8fdc429 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'); -- cgit v0.10-9-g596f