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:
parent
8135284361
commit
995ccb86e9
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue