mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix compiler error
This commit is contained in:
parent
c1ab96696b
commit
f4b222d322
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ int node_init(struct node *n, struct node_type *vt)
|
|||
/* Add internal hooks if they are not already in the list */
|
||||
list_init(&n->hooks);
|
||||
if (!n->no_builtin) {
|
||||
int ret;
|
||||
for (size_t i = 0; i < list_length(&plugins); i++) {
|
||||
struct plugin *q = (struct plugin *) list_at(&plugins, i);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue