PR: 2543
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Correctly handle errors in DTLSv1_handle_timeout()
This commit is contained in:
parent
22152d6885
commit
cc0931e36b
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ int dtls1_handle_timeout(SSL *s)
|
|||
{
|
||||
/* fail the connection, enough alerts have been sent */
|
||||
SSLerr(SSL_F_DTLS1_HANDLE_TIMEOUT,SSL_R_READ_TIMEOUT_EXPIRED);
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
|
||||
state->timeout.read_timeouts++;
|
||||
|
|
Loading…
Reference in a new issue