Fixed the OID interrogation for the successor of a given OID.

git-svn-id: http://voip.null.ro/svn/yate@3915 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
oana 2010-12-07 09:27:39 +00:00
parent d2d49eea4f
commit 789f16e0c1
1 changed files with 1 additions and 0 deletions

View File

@ -1438,6 +1438,7 @@ AsnMib* AsnMibTree::findNext(const ASNObjId& id)
return mib;
aux = aux->skipNext();
}
return 0;
}
else {
searched->setIndex(index + 1);