Skip to content

Commit c641067

Browse files
committed
ss: allow A_R_FAILED to UNREACHABLE
It's possible for the ss-api test to fail on retry count and then see UNREACHABLE before destruction. ..........
1 parent da9f9cf commit c641067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/secure-streams/secure-streams.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ const uint32_t ss_state_txn_validity[] = {
142142

143143
[LWSSSCS_ALL_RETRIES_FAILED] = (1 << LWSSSCS_CONNECTING) |
144144
(1 << LWSSSCS_TIMEOUT) |
145+
(1 << LWSSSCS_UNREACHABLE) |
145146
(1 << LWSSSCS_DESTROYING),
146147

147148
[LWSSSCS_QOS_ACK_REMOTE] = (1 << LWSSSCS_DISCONNECTED) |

0 commit comments

Comments
 (0)