summaryrefslogtreecommitdiffstats
path: root/tdeioslave/sftp/tdeio_sftp.h
diff options
context:
space:
mode:
authorAlexander Golubev <[email protected]>2024-01-29 21:37:10 +0300
committerMichele Calgaro <[email protected]>2024-03-04 23:34:45 +0900
commitc1a256a31fed9397f7754217c8e2d2149de45054 (patch)
tree7ffc0741c322569653471957b0680d7064ab69b5 /tdeioslave/sftp/tdeio_sftp.h
parentef56a87ffe8f80db2c06518788873e20f6991624 (diff)
downloadtdebase-c1a256a31fed9397f7754217c8e2d2149de45054.tar.gz
tdebase-c1a256a31fed9397f7754217c8e2d2149de45054.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]> (cherry picked from commit 4b4b72db8f880027a85cb95a1510cefd5522d245)
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;