Crash fix on VPN connection
This commit is contained in:
parent
ddefb99e5e
commit
32ca02bcc7
1 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue