Check-in Number:
|
3547 | |
Date: |
2003-Sep-03 17:15:05 (local)
2003-Sep-03 15:15:05 (UTC) |
User: | rse |
Branch: | |
Comment: |
remove obsoleted stuff |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/snmpdx/snmpdx 1.6 -> 1.7
--- 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);
|
|