aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-06-29 08:03:24 -0400
committerJack Lloyd <[email protected]>2019-06-29 08:03:24 -0400
commit91642f2f7a8cdad541425a8cb28942268c085f25 (patch)
tree15f49322e89ab1aac56500be6e779062d16b8a12 /src
parent4b98864a3d87726dd0ced20d8e20cd3288697fd8 (diff)
Handle DTLS client hello being lost
Closes #1691
Diffstat (limited to 'src')
-rw-r--r--src/lib/tls/tls_channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/tls_channel.cpp b/src/lib/tls/tls_channel.cpp
index 9bff836f2..ced5dd3f1 100644
--- a/src/lib/tls/tls_channel.cpp
+++ b/src/lib/tls/tls_channel.cpp
@@ -447,7 +447,7 @@ void Channel::process_handshake_ccs(const secure_vector<uint8_t>& record,
record_sequence);
}
}
- else if(record_sequence == 0)
+ else
{
create_handshake_state(record_version);
}