Diff between 2614f2b7324bb9a3b0fa727a2ce2d86340a32a47 and 602e4c0ff962a5b72523d9bd00332b7f5be5c48c
Changed Files
| File | Additions | Deletions | Status |
| mesh/node.c | +0 | -3 | modified |
Full Patch
diff --git a/mesh/node.c b/mesh/node.c
index 4b70587..1eeffeb 100644
--- a/mesh/node.c
+++ b/mesh/node.c
@@ -353,9 +353,6 @@ static bool add_elements_from_storage(struct mesh_node *node,
if (!add_element_from_storage(node, entry->data))
return false;
- /* Add configuration server model on the primary element */
- mesh_model_add(node, PRIMARY_ELE_IDX, CONFIG_SRV_MODEL, NULL);
-
return true;
}