Commit 47c4e253 authored by ml's avatar ml

Changed due to data format modifications

parent c82d406d
......@@ -192,7 +192,7 @@ addNode (
strncpy(np->name, node->name, sizeof(np->name));
np->os = node->os;
np->hw = node->hw;
np->fm = node->fm;
co_SetFormat(&np->fm, node->bo, node->ft);
if (np == gdbroot->my_node)
np->flags.m |= net_eState_up;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment