examples/client/client.c: remove break after err_sys() to mollify clang-tidy unreachable-break sensor.

This commit is contained in:
Daniel Pouzzner
2022-07-06 17:32:26 -05:00
parent 19106a9510
commit 6b6abfac54

View File

@ -2952,7 +2952,6 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
break;
#else
err_sys("invalid minimum downgrade version");
break;
#endif /* WOLFSSL_DTLS13 */
case 3:
minVersion = WOLFSSL_DTLSV1_2;