[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kioslave/smb
From:       Stephan Kulow <coolo () kde ! org>
Date:       2004-11-22 11:20:22
Message-ID: 20041122112022.1983C171BD () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

don't keep the password in the URL


  M +0 -2      kio_smb_auth.cpp   1.28


--- kdebase/kioslave/smb/kio_smb_auth.cpp  #1.27:1.28
@@ -138,5 +138,4 @@ bool SMBSlave::checkPassword(SMBUrl &url
 
     info.username = url.user();
-    info.password = url.pass();
     kdDebug(KIO_SMB) << "call openPassDlg for " << info.url << endl;
 
@@ -144,5 +143,4 @@ bool SMBSlave::checkPassword(SMBUrl &url
         kdDebug(KIO_SMB) << "openPassDlg returned " << info.username << endl;
         url.setUser(info.username);
-        url.setPass(info.password);
         return true;
     }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic