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 fromLibsshSftpErrorCode(int errorCode);
|
||||
|
||||
ssh_session m_session;
|
||||
ssh_channel m_channel;
|
||||
sftp_session m_sftpSession;
|
||||
ssh_session m_session {};
|
||||
ssh_channel m_channel {};
|
||||
sftp_session m_sftpSession {};
|
||||
signals:
|
||||
void writeToChannelFinished();
|
||||
void sftpFileCopyFinished();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue