[Netpass-devel] NetPass/lib/SNMP/Device Cisco.pm,1.2,1.3
Brought to you by:
jeffmurphy
|
From: jeff m. <jef...@us...> - 2005-08-03 00:43:08
|
Update of /cvsroot/netpass/NetPass/lib/SNMP/Device In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30544 Modified Files: Cisco.pm Log Message: removed ref to netpass.conf Index: Cisco.pm =================================================================== RCS file: /cvsroot/netpass/NetPass/lib/SNMP/Device/Cisco.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Cisco.pm 3 Aug 2005 00:32:50 -0000 1.2 +++ Cisco.pm 3 Aug 2005 00:42:58 -0000 1.3 @@ -1,7 +1,7 @@ package SNMP::Device::Cisco; use SNMP::Device; -use NetPass::Config; +use NetPass; use Net::SNMP; use NetPass::LOG qw (_log _cont); @@ -280,7 +280,7 @@ # through all the vlans on the switch. my $np = new NetPass(-cstr => undef, - -dbuser => '', -dbpass => '', + -dbuser => undef, -dbpass => undef, -debug => 0, -quiet => 0); |