Diff between 8a382262125787caf38a1f800ec8956a1bf71d85 and a51871bd73cfd58e71d5eb179aad06528ed7256a
Changed Files
| File | Additions | Deletions | Status |
| mesh/node.c | +0 | -2 | modified |
Full Patch
diff --git a/mesh/node.c b/mesh/node.c
index a96c0ca..8914b63 100644
--- a/mesh/node.c
+++ b/mesh/node.c
@@ -1366,8 +1366,6 @@ static bool add_local_node(struct mesh_node *node, uint16_t unicast, bool kr,
update_net_settings(node);
- mesh_config_save(node->cfg, true, NULL, NULL);
-
/* Initialize configuration server model */
cfgmod_server_init(node, PRIMARY_ELE_IDX);