Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KIO Extras
Commits
4e95136d
Commit
4e95136d
authored
Oct 08, 2021
by
Harald Sitter
🏳️🌈
Browse files
SCM_SILENT typo--
parent
6134b87b
Changes
1
Hide whitespace changes
Inline
Side-by-side
sftp/kio_sftp.cpp
View file @
4e95136d
...
...
@@ -555,7 +555,7 @@ SFTPInternal::~SFTPInternal() {
delete
mCallbacks
;
delete
mPublicKeyAuthInfo
;
// for precaution
/* cleanup and shut down cryto stuff */
/* cleanup and shut down cry
p
to stuff */
ssh_finalize
();
}
...
...
@@ -2280,7 +2280,7 @@ int SFTPInternal::GetRequest::readChunks(QByteArray &data)
request
.
id
=
sftp_async_read_begin
(
m_file
,
request
.
expectedLength
);
if
(
request
.
id
<
0
)
{
// Failed to dispatch rerequest
// Failed to dispatch re
-
request
return
-
1
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment