1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 11:55:08 +03:00

Remove unused temporary variable.

This commit is contained in:
Guanzhong Chen 2017-12-06 18:41:15 -05:00 committed by GitHub
parent 0f8b888705
commit ae2cdda0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12752,7 +12752,6 @@ bool SendAll(SOCK *sock, void *data, UINT size, bool secure)
// Set the cipher algorithm name to want to use
void SetWantToUseCipher(SOCK *sock, char *name)
{
char tmp[1024];
// Validate arguments
if (sock == NULL || name == NULL)
{