Diff between e8c870c63b8f7f9f2e23ba3f5f3ad6b9adc1012e and 97e24f918250e47f1c8c050e201342d736da35cd
Changed Files
| File | Additions | Deletions | Status |
| mesh/net.c | +1 | -1 | modified |
Full Patch
diff --git a/mesh/net.c b/mesh/net.c
index 55b1330..49c4ee2 100644
--- a/mesh/net.c
+++ b/mesh/net.c
@@ -3857,7 +3857,7 @@ void net_msg_add_replay_cache(struct mesh_net *net, uint16_t src, uint32_t seq,
if (!rpe) {
l_debug("New Entry for %4.4x", src);
rpe = l_new(struct mesh_rpl, 1);
- rpe->seq = src;
+ rpe->src = src;
}
rpe->seq = seq;