mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-04-17 20:42:40 +00:00
LwipMibCompiler: Fix generating SnmpScalarArrayNode callbacks
This commit is contained in:
parent
00975769a0
commit
dfc963880a
@ -168,6 +168,7 @@ namespace LwipSnmpCodeGeneration
|
||||
SnmpScalarArrayNode scalarArrayNode = new SnmpScalarArrayNode(this.childScalarNodes, this.ParentNode);
|
||||
scalarArrayNode.Oid = this.Oid;
|
||||
scalarArrayNode.Name = this.Name;
|
||||
scalarArrayNode.Analyze();
|
||||
|
||||
for (int i=0; i<this.ParentNode.ChildNodes.Count; i++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user