diff --git a/lib/super_node.cpp b/lib/super_node.cpp index 3118a43d4..f3cb4a62c 100644 --- a/lib/super_node.cpp +++ b/lib/super_node.cpp @@ -188,6 +188,8 @@ void SuperNode::parse(json_t *root) throw ConfigError(json_node, config_id, "Failed to parse configuration of node '{}'", name); } + json_object_del(json_node, "name"); + vlist_push(&nodes, n); } }