Index: ossp-pkg/snmpdx/snmpdx RCS File: /v/ossp/cvs/ossp-pkg/snmpdx/Attic/snmpdx,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/snmpdx/Attic/snmpdx,v' 2>/dev/null --- snmpdx 2003/09/02 15:36:18 1.6 +++ snmpdx 2003/09/03 15:15:05 1.7 @@ -802,18 +802,6 @@ $ctx->{-log}->printf(2, "probing \"%s\" for OID \"%s\"", $oidprobe->{$oid_handled}, $oid_action); $oid_handler->probe($obj); - # handle special "end of sequence" situation - #if (not defined($obj->{-value}) and $oid_handled =~ m|\.#$|) { - # if (defined($oid_next)) { - # $oid_search = $oid_next; - # $oid_search =~ s|\.#$||s; - # goto RETRY; - # } - # else { - # goto ERROR; # end-of-MIB - # } - #} - # handle special "unknown OID value" situation if (not defined($obj->{-value})) { $ctx->{-log}->printf(1, "WARNING: handler was unable to provide probe value for OID \"%s\"", $oid_request);