Skip to content

Commit

Permalink
Uncrust
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
  • Loading branch information
pablogs9 authored and Acuadros95 committed Dec 20, 2021
1 parent 0f0ee2c commit bfedece
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/c/core/session/write_access.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,9 @@ uint16_t uxr_prepare_output_stream_fragmented(
if (rv == UXR_INVALID_REQUEST_ID)
{
UXR_UNLOCK_STREAM_ID(session, stream_id);
} else {
}
else
{
(void) uxr_serialize_WRITE_DATA_Payload_Data(ub, &payload);

ucdr_init_buffer(ub, ub->iterator, (size_t)(ub->final - ub->iterator));
Expand Down

0 comments on commit bfedece

Please sign in to comment.