[3076592] Not an ARRAY reference in Info.pm (Oliver Gorwits)
This commit is contained in:
@@ -23,6 +23,7 @@ version 2.07 ()
|
|||||||
* [2037444] os_ver fails on some Extreme versions (Robert Kerr)
|
* [2037444] os_ver fails on some Extreme versions (Robert Kerr)
|
||||||
* [2980789] Fix root_ip to try OSPF RouterID first (Brian De Wolf)
|
* [2980789] Fix root_ip to try OSPF RouterID first (Brian De Wolf)
|
||||||
* [2986858] Fix the patch from this ticket (Oliver Gorwits)
|
* [2986858] Fix the patch from this ticket (Oliver Gorwits)
|
||||||
|
* [3076592] Not an ARRAY reference in Info.pm (Oliver Gorwits)
|
||||||
|
|
||||||
version 2.06 (2011-09-28)
|
version 2.06 (2011-09-28)
|
||||||
|
|
||||||
|
|||||||
2
Info.pm
2
Info.pm
@@ -3447,7 +3447,7 @@ sub _load_attr {
|
|||||||
|
|
||||||
# Use BULKWALK if we can because its faster
|
# Use BULKWALK if we can because its faster
|
||||||
if ( $bulkwalk && @$vars == 0 ) {
|
if ( $bulkwalk && @$vars == 0 ) {
|
||||||
($vars) = $sess->bulkwalk( 0, $repeaters, $var );
|
$vars = scalar $sess->bulkwalk( 0, $repeaters, $var );
|
||||||
if ( $sess->{ErrorNum} ) {
|
if ( $sess->{ErrorNum} ) {
|
||||||
$self->error_throw(
|
$self->error_throw(
|
||||||
"SNMP::Info::_load_atrr: BULKWALK " . $sess->{ErrorStr},
|
"SNMP::Info::_load_atrr: BULKWALK " . $sess->{ErrorStr},
|
||||||
|
|||||||
Reference in New Issue
Block a user