Diff between 7ff3e10d92bac299f541d365057f422d0282e483 and 3f3a7b8e192f210b7119b30e8c840e13993134a9

Changed Files

File Additions Deletions Status
mesh/net.c +1 -0 modified

Full Patch

diff --git a/mesh/net.c b/mesh/net.c
index a8a527c..577121f 100644
--- a/mesh/net.c
+++ b/mesh/net.c
@@ -2703,6 +2703,7 @@ static bool update_iv_ivu_state(struct mesh_net *net, uint32_t iv_index,
 
 	net->iv_index = iv_index;
 	net->iv_update = ivu;
+	queue_friend_update(net);
 	return true;
 }