Diff between b50c299a29ef9e02650f9f371b5fd5a9c037df17 and ef7e4848559cb8b8448303ad6eb68de8f901a558
Changed Files
| File | Additions | Deletions | Status |
| mesh/model.c | +2 | -1 | modified |
Full Patch
diff --git a/mesh/model.c b/mesh/model.c
index b44e2f6..9529dfb 100644
--- a/mesh/model.c
+++ b/mesh/model.c
@@ -965,7 +965,8 @@ bool mesh_model_rx(struct mesh_node *node, bool szmict, uint32_t seq0,
else if (decrypt_idx == APP_IDX_DEV_REMOTE ||
decrypt_idx == APP_IDX_DEV_LOCAL)
send_dev_key_msg_rcvd(node, i, src, decrypt_idx,
- 0, forward.size, forward.data);
+ net_idx, forward.size,
+ forward.data);
}
/*