mirror of
https://github.com/kingk85/uFTP.git
synced 2025-07-25 13:16:12 +03:00
working
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/uFTP
BIN
build/uFTP
Binary file not shown.
@ -656,7 +656,7 @@ void resetClientData(ftpDataType *data, int clientId, int isInitialization)
|
|||||||
|
|
||||||
#ifdef OPENSSL_ENABLED
|
#ifdef OPENSSL_ENABLED
|
||||||
SSL_free(data->clients[clientId].ssl);
|
SSL_free(data->clients[clientId].ssl);
|
||||||
SSL_free(data->clients[clientId].workerData.ssl);
|
//SSL_free(data->clients[clientId].workerData.ssl);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user