diff --git a/lib/node.c b/lib/node.c index f02866970..4ccb44c1c 100644 --- a/lib/node.c +++ b/lib/node.c @@ -412,7 +412,7 @@ int node_parse_list(struct list *list, json_t *cfg, struct list *all) node = list_lookup(all, json_string_value(elm)); if (!node) - + goto invalid; list_push(list, node); }