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 002a0e1 commit 47d15e1
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 @@ -211,7 +211,7 @@ z_result_t _z_multicast_handle_transport_message(_z_transport_multicast_t *ztm,
}
} else {
if (_z_sn_precedes(entry->_sn_res, entry->_sn_rx_sns._val._plain._best_effort,
t_msg->_body._frame._sn) == true) {
t_msg->_body._frame._sn)) {
bool consecutive = _z_sn_consecutive(entry->_sn_res, entry->_sn_rx_sns._val._plain._best_effort,
t_msg->_body._fragment._sn);
entry->_sn_rx_sns._val._plain._best_effort = t_msg->_body._frame._sn;
Expand Down

0 comments on commit 47d15e1

Please sign in to comment.