mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +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);
|
wolfSSL_CTX_free(ctx);
|
||||||
CloseSocket(cfd);
|
CloseSocket(cfd);
|
||||||
((func_args*)args)->return_code = TEST_FAIL;
|
((func_args*)args)->return_code = TEST_FAIL;
|
||||||
return WOLFSSL_FAILURE;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* read and write data */
|
/* read and write data */
|
||||||
|
Reference in New Issue
Block a user