mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
Set an initialization value in Network.c to be conform with PR #275
This commit is contained in:
parent
a5fa265811
commit
8cafa07d9c
@ -13355,7 +13355,7 @@ void SetNoNeedToRead(SOCK *sock)
|
|||||||
UINT SecureRecv(SOCK *sock, void *data, UINT size)
|
UINT SecureRecv(SOCK *sock, void *data, UINT size)
|
||||||
{
|
{
|
||||||
SOCKET s;
|
SOCKET s;
|
||||||
int ret, e = 0;
|
int ret, e = SSL_ERROR_NONE;
|
||||||
SSL *ssl;
|
SSL *ssl;
|
||||||
|
|
||||||
#ifdef UNIX_SOLARIS
|
#ifdef UNIX_SOLARIS
|
||||||
|
Loading…
Reference in New Issue
Block a user