Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/openvpn/ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -3679,7 +3679,7 @@ tls_pre_decrypt(struct tls_multi *multi, const struct link_socket_actual *from,
* multi->session: Possible initial packet. New sessions always start
* as TM_INITIAL
*/
if (i == TM_SIZE && is_hard_reset_method2(op))
if (i == TM_SIZE || is_hard_reset_method2(op))
{
/*
* No match with existing sessions,
Expand Down