Diff between c89e9c4b22b4f32c5b4dee396caf5fc54b434da2 and 95bf980b015ee4cb549568d18dd4db6c3f74aa4a

Changed Files

File Additions Deletions Status
mesh/node.c +2 -2 modified

Full Patch

diff --git a/mesh/node.c b/mesh/node.c
index e81aa82..cf4ed14 100644
--- a/mesh/node.c
+++ b/mesh/node.c
@@ -1270,8 +1270,8 @@ static bool add_local_node(struct mesh_node *node, uint16_t unicast, bool kr,
 							MESH_STATUS_SUCCESS)
 			return false;
 
-		if (!mesh_config_net_key_set_phase(node->cfg, net_key_idx,
-							KEY_REFRESH_PHASE_TWO))
+		if (mesh_net_key_refresh_phase_set(node->net, net_key_idx,
+				KEY_REFRESH_PHASE_TWO) != MESH_STATUS_SUCCESS)
 			return false;
 	}