mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
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
This commit is contained in:
parent
8bfa89346f
commit
489f4501f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue