summaryrefslogtreecommitdiffstats
path: root/tdeioslave/sftp/tdeio_sftp.h
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2024-01-21 15:26:25 +0300
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-04 23:34:44 +0900
commitc950ace00f6c9dc13065a14d0c8b17534f39601f (patch)
treed0e317de53cfe59388cc5a72c192ccf8bea2ded7 /tdeioslave/sftp/tdeio_sftp.h
parentc01b334583849cd1d7de8f39b7fefc0b12b24df1 (diff)
downloadtdebase-c950ace00f6c9dc13065a14d0c8b17534f39601f.tar.gz
tdebase-c950ace00f6c9dc13065a14d0c8b17534f39601f.zip
tdeioslave/sftp: avoid explicit password caching
All password caching we need actually already autmagically done by openPassDlg(). Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit a19610bb735faf89fcd27c6885bf81e53c9b2d7a)
Diffstat (limited to 'tdeioslave/sftp/tdeio_sftp.h')
-rw-r--r--tdeioslave/sftp/tdeio_sftp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tdeioslave/sftp/tdeio_sftp.h b/tdeioslave/sftp/tdeio_sftp.h
index 68c8a0020..f73b37015 100644
--- a/tdeioslave/sftp/tdeio_sftp.h
+++ b/tdeioslave/sftp/tdeio_sftp.h
@@ -118,7 +118,8 @@ private: // Private variables
/** Username to use when connecting */
TQString mUsername;
- /** User's password */
+ /** User's password. Note: the password would be set only if it was passed to
+ * setHost() or received from cache */
TQString mPassword;
/** The open file */