Skip to content
Snippets Groups Projects
Commit c8f6e839 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

Merge branch 'hotfix-12551' into 'release-5.3'

Hotfix 12551

See merge request !1757
parents 0d53725b c679316a
No related branches found
No related tags found
1 merge request!1757Hotfix 12551
Pipeline #43142 passed with stage
in 10 minutes and 28 seconds
...@@ -1440,7 +1440,7 @@ static bool s_stream_ch_packet_in(dap_stream_ch_t *a_ch, void *a_arg) ...@@ -1440,7 +1440,7 @@ static bool s_stream_ch_packet_in(dap_stream_ch_t *a_ch, void *a_arg)
l_usage->is_waiting_next_receipt_sign = false; l_usage->is_waiting_next_receipt_sign = false;
} }
if (l_usage->is_grace && l_usage->is_waiting_first_receipt_sign){ if (l_usage->is_waiting_first_receipt_sign){
l_usage->is_waiting_first_receipt_sign = false; l_usage->is_waiting_first_receipt_sign = false;
l_usage->is_grace = false; l_usage->is_grace = false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment