mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
Crash fix on VPN connection
This commit is contained in:
@@ -42,9 +42,9 @@ namespace libssh {
|
|||||||
ErrorCode fromLibsshErrorCode(int errorCode);
|
ErrorCode fromLibsshErrorCode(int errorCode);
|
||||||
ErrorCode fromLibsshSftpErrorCode(int errorCode);
|
ErrorCode fromLibsshSftpErrorCode(int errorCode);
|
||||||
|
|
||||||
ssh_session m_session;
|
ssh_session m_session {};
|
||||||
ssh_channel m_channel;
|
ssh_channel m_channel {};
|
||||||
sftp_session m_sftpSession;
|
sftp_session m_sftpSession {};
|
||||||
signals:
|
signals:
|
||||||
void writeToChannelFinished();
|
void writeToChannelFinished();
|
||||||
void sftpFileCopyFinished();
|
void sftpFileCopyFinished();
|
||||||
|
|||||||
Reference in New Issue
Block a user