1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

node: silence compiler warning

This commit is contained in:
Steffen Vogel 2019-02-06 17:36:10 +01:00
parent 8135284361
commit 995ccb86e9

View file

@ -292,6 +292,8 @@ int node_parse(struct node *n, json_t *json, const char *name)
nt = node_type_lookup(type);
assert(nt == node_type(n));
n->_vt = nt;
if (json_netem) {
#ifdef WITH_NETEM
int enabled = 1;