Device.IEEE1905.AL.NetworkTopology.IEEE1905Device.{i}.NonIEEE1905Neighbor.{i}....

This commit is contained in:
Amin Ben Ramdhane 2022-09-01 09:09:04 +00:00
parent 65de8d9916
commit 7561169934

View file

@ -196,9 +196,11 @@ static int browseIEEE1905ALNetworkTopologyIEEE1905DeviceNonIEEE1905NeighborInst(
curr_nonieee1905neighbor_args.neighbor = neighbor;
inst = handle_instance_without_section(dmctx, parent_node, ++id);
if (DM_LINK_INST_OBJ(dmctx, parent_node, (void *)&curr_nonieee1905neighbor_args, inst) == DM_STOP)
break;
goto end;
}
}
end:
return 0;
}