Diff between c1e12f4da62b9a7728e8bb85392167f284e8dd35 and c2c0bff891927d9a7ed3820671822ffab5f0f556

Changed Files

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

Full Patch

diff --git a/mesh/net.c b/mesh/net.c
index aa220f7..dd53984 100644
--- a/mesh/net.c
+++ b/mesh/net.c
@@ -1325,7 +1325,6 @@ static bool friend_packet_queue(struct mesh_net *net,
 			hdr += (1 << SEGO_HDR_SHIFT);
 		}
 
-		frnd_msg->u.s12[seg_max].seq = seq;
 		frnd_msg->cnt_in = seg_max;
 		frnd_msg->last_len = size % 12;
 		if (!frnd_msg->last_len)