From 789f16e0c1f81b77e3c0355aad33df485842c1b1 Mon Sep 17 00:00:00 2001 From: oana Date: Tue, 7 Dec 2010 09:27:39 +0000 Subject: [PATCH] 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 --- libs/yasn/asn.cpp | 1 + 1 file changed, 1 insertion(+) 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);