mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
Remove unreachable code from ssl_pthread_server
This commit is contained in:
@@ -240,8 +240,6 @@ static void *handle_ssl_connection( void *data )
|
||||
thread_id, -ret );
|
||||
goto thread_exit;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
len = ret;
|
||||
|
||||
Reference in New Issue
Block a user