1
0
Fork 0
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:
Steffen Vogel 2017-09-02 21:06:59 +02:00
parent 952a1c0444
commit 76ec183035

View file

@ -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" };