Skip to content

Commit

Permalink
Update src/transport/multicast/rx.c
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Bushnev <[email protected]>
  • Loading branch information
wyfo and sashacmc authored Dec 4, 2024
1 parent 47d15e1 commit 524b3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/multicast/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ z_result_t _z_multicast_handle_transport_message(_z_transport_multicast_t *ztm,
t_msg->_body._fragment._sn);
entry->_sn_rx_sns._val._plain._reliable = t_msg->_body._frame._sn;
dbuf = &entry->_dbuf_reliable;
if (consecutive == false) {
if (!consecutive) {
_Z_DEBUG("Non-consecutive fragments received");
_z_wbuf_reset(dbuf);
break;
Expand Down

0 comments on commit 524b3df

Please sign in to comment.