aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-06-29 09:14:49 -0400
committerJack Lloyd <[email protected]>2019-06-29 09:14:49 -0400
commit98877100b4ad1e38eec812983254f72dcb612ad4 (patch)
treeb4519f5735f3b34bcfeda0e370bbc970edb748a9
parentb4ff761aead08104cf955c5a7b075bba423fbe93 (diff)
parent91642f2f7a8cdad541425a8cb28942268c085f25 (diff)
Merge GH #2008 Handle loss/retransmit of DTLS client hello
-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);
}