explicit return

This commit is contained in:
Oliver Gorwits
2022-08-05 17:08:33 +01:00
parent 0632f84229
commit 83996046ae

View File

@@ -227,6 +227,8 @@ sub walk_and_store {
my $leaf = $oidmap{$oid} or next; my $leaf = $oidmap{$oid} or next;
$snmp->_cache($oid, $snmp->$leaf); $snmp->_cache($oid, $snmp->$leaf);
} }
return 0;
} }
# taken from SNMP::Info and adjusted to work on walks outside a single table # taken from SNMP::Info and adjusted to work on walks outside a single table