diff --git a/libs/yasn/asn.cpp b/libs/yasn/asn.cpp index ea2c5a0c..262fb067 100644 --- a/libs/yasn/asn.cpp +++ b/libs/yasn/asn.cpp @@ -1438,6 +1438,7 @@ AsnMib* AsnMibTree::findNext(const ASNObjId& id) return mib; aux = aux->skipNext(); } + return 0; } else { searched->setIndex(index + 1);