mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 03:10:48 +02:00
Fix error propagation in InitSSL QUIC path
F-719
This commit is contained in:
committed by
David Garske
parent
3ff051f3e4
commit
a9a9eae4d9
+1
-1
@@ -8106,7 +8106,7 @@ int InitSSL(WOLFSSL* ssl, WOLFSSL_CTX* ctx, int writeDup)
|
||||
if (ctx->quic.method) {
|
||||
ret = wolfSSL_set_quic_method(ssl, ctx->quic.method);
|
||||
if (ret != WOLFSSL_SUCCESS)
|
||||
return ret;
|
||||
return WOLFSSL_FATAL_ERROR;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user