mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Replace return code from literal to value
This commit is contained in:
@ -41675,7 +41675,7 @@ static THREAD_RETURN WOLFSSL_THREAD SSL_read_test_server_thread(void* args)
|
||||
wolfSSL_CTX_free(ctx);
|
||||
CloseSocket(cfd);
|
||||
((func_args*)args)->return_code = TEST_FAIL;
|
||||
return WOLFSSL_FAILURE;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* read and write data */
|
||||
|
Reference in New Issue
Block a user