Fix a fall-through bug in the server options parsing around a new

option.
This commit is contained in:
John Safranek
2019-02-19 10:31:37 -08:00
parent 2342ea15eb
commit a1ed8e7a67

View File

@ -1379,6 +1379,7 @@ THREAD_RETURN WOLFSSL_THREAD server_test(void* args)
doBlockSeq = 1;
dtlsCtx.blockSeq = atoi(myoptarg);
#endif
break;
case '5' :
#ifdef HAVE_TRUSTED_CA