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 compiler error

This commit is contained in:
Steffen Vogel 2018-02-17 11:18:26 +01:00
parent c1ab96696b
commit f4b222d322

View file

@ -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);