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
547825ba
Commit
547825ba
authored
Aug 05, 2020
by
Harald Sitter
🏳️🌈
Browse files
typo--
parent
c4f82139
Changes
1
Show whitespace changes
Inline
Side-by-side
sftp/kio_sftp.cpp
View file @
547825ba
...
...
@@ -232,7 +232,7 @@ int SFTPInternal::auth_callback(const char *prompt, char *buf, size_t len,
qCDebug
(
KIO_SFTP_LOG
)
<<
"Entering authentication callback, prompt="
<<
mPublicKeyAuthInfo
->
prompt
;
if
(
q
->
openPasswordDialogV2
(
*
mPublicKeyAuthInfo
,
errMsg
)
!=
0
)
{
qCDebug
(
KIO_SFTP_LOG
)
<<
"User canceled public key pass
pharse
dialog"
;
qCDebug
(
KIO_SFTP_LOG
)
<<
"User canceled public key pass
word
dialog"
;
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