Remove an annoying warning
git-svn-id: file:///home/svn/framework3/trunk@11413 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
2f97c61f86
commit
1df394638e
|
@ -436,7 +436,7 @@ class Manager
|
||||||
break if EndOfMibView == index_vb.value
|
break if EndOfMibView == index_vb.value
|
||||||
stop_oid = index_vb.name
|
stop_oid = index_vb.name
|
||||||
if stop_oid <= last_oid
|
if stop_oid <= last_oid
|
||||||
warn "OIDs are not increasing, #{last_oid} followed by #{stop_oid}"
|
# warn "OIDs are not increasing, #{last_oid} followed by #{stop_oid}"
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
break unless stop_oid.subtree_of?(start_oid)
|
break unless stop_oid.subtree_of?(start_oid)
|
||||||
|
|
Loading…
Reference in New Issue