summaryrefslogtreecommitdiffstats
path: root/tdeioslave/sftp/tdeio_sftp.h
diff options
context:
space:
mode:
authorAlexander Golubev <[email protected]>2024-01-29 21:37:10 +0300
committerTDE Gitea <[email protected]>2024-03-04 11:04:11 +0000
commit4b4b72db8f880027a85cb95a1510cefd5522d245 (patch)
treee986688148a78a1b583169a32b23c85d74f4eec1 /tdeioslave/sftp/tdeio_sftp.h
parent95b18e63382c4f0013c4eb2473d04f6020a84b7a (diff)
downloadtdebase-4b4b72db8f880027a85cb95a1510cefd5522d245.tar.gz
tdebase-4b4b72db8f880027a85cb95a1510cefd5522d245.zip
tdeioslave/sftp: better cancelation handling in case of several publickeys
Consider publickey auth canceled only if user canceled it for each of the prompted keys. Signed-off-by: Alexander Golubev <[email protected]>
Diffstat (limited to 'tdeioslave/sftp/tdeio_sftp.h')
-rw-r--r--tdeioslave/sftp/tdeio_sftp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/sftp/tdeio_sftp.h b/tdeioslave/sftp/tdeio_sftp.h
index 84e3e47c3..54d4e8242 100644
--- a/tdeioslave/sftp/tdeio_sftp.h
+++ b/tdeioslave/sftp/tdeio_sftp.h
@@ -164,7 +164,7 @@ private: // Private variables
long current_seqNr;
/** true if callback was called */
bool wasCalled;
- /** true if user canceled password entry dialog */
+ /** true if user canceled all passphrase entry dialogues */
bool wasCanceled;
} mPubKeyAuthData;