mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix initialization of list
This commit is contained in:
parent
952a1c0444
commit
76ec183035
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Test(mapping, parse_nodes)
|
|||
{
|
||||
int ret;
|
||||
struct mapping_entry m;
|
||||
struct list n;
|
||||
struct list n = { .state = STATE_DESTROYED };
|
||||
|
||||
struct node n1 = { .name = "apple" };
|
||||
struct node n2 = { .name = "cherry" };
|
||||
|
|
Loading…
Add table
Reference in a new issue