mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-17 23:51:31 +03:00
Fix typo in sock struct member: s/WaitToUseCipher/WantToUseCipher/
Pointed out by @YangShizhao. Fixes #1492.
This commit is contained in:
@ -178,7 +178,7 @@ struct SOCK
|
||||
X *RemoteX; // Certificate of the remote host
|
||||
X *LocalX; // Certificate of the local host
|
||||
char *CipherName; // Cipher algorithm name
|
||||
char *WaitToUseCipher; // Set the algorithm name to want to use
|
||||
char *WantToUseCipher; // Set the algorithm name to want to use
|
||||
bool IgnoreRecvErr; // Whether the RecvFrom error is ignorable
|
||||
bool IgnoreSendErr; // Whether the SendTo error is ignorable
|
||||
UINT TimeOut; // Time-out value
|
||||
|
||||
Reference in New Issue
Block a user