diff --git a/check_snmp/trunk/check_snmp_interfaces b/check_snmp/trunk/check_snmp_interfaces index 5a2eb6a..d0b525e 100755 --- a/check_snmp/trunk/check_snmp_interfaces +++ b/check_snmp/trunk/check_snmp_interfaces @@ -35,7 +35,7 @@ $timeout = 2; $number_of_interfaces = 0; $target_interface_index = 0; -@list_interfaces=undef; # List of inappropriate interfaces; +@list_interfaces=(); # List of inappropriate interfaces; $oid_base = ".1.3.6.1.2.1.2.2.1.1."; $oid_sysdescr = ".1.3.6.1.2.1.1.1.0";