Skip to content
GitLab
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
8131b5a6
Commit
8131b5a6
authored
Oct 29, 2022
by
Fabian Vogt
Browse files
sftp: Fix typo: fingerpint -> fingerprint
parent
152c71a7
Pipeline
#257536
passed with stage
in 27 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sftp/kio_sftp.cpp
View file @
8131b5a6
...
...
@@ -638,7 +638,7 @@ struct ServerKeyInspection {
}
};
Q_REQUIRED_RESULT
ServerKeyInspection
fingerpint
(
ssh_session
session
)
Q_REQUIRED_RESULT
ServerKeyInspection
fingerp
r
int
(
ssh_session
session
)
{
ServerKeyInspection
inspection
;
...
...
@@ -722,7 +722,7 @@ Result SFTPWorker::openConnectionWithoutCloseOnError()
// get the hash
qCDebug
(
KIO_SFTP_LOG
)
<<
"Getting the SSH server hash"
;
const
ServerKeyInspection
inspection
=
fingerpint
(
mSession
);
const
ServerKeyInspection
inspection
=
fingerp
r
int
(
mSession
);
if
(
!
inspection
.
result
.
success
())
{
return
inspection
.
result
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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