summaryrefslogtreecommitdiff
path: root/mesh/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'mesh/net.c')
-rw-r--r--mesh/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesh/net.c b/mesh/net.c
index a8a527c2f..577121f30 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;
}