You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
547 B
14 lines
547 B
? kioslave/smb/kio_smb_la_all_cpp.cpp
|
|
Index: kioslave/smb/kio_smb_auth.cpp
|
|
===================================================================
|
|
--- kioslave/smb/kio_smb_auth.cpp.orig
|
|
+++ kioslave/smb/kio_smb_auth.cpp
|
|
@@ -144,6 +144,7 @@ bool SMBSlave::checkPassword(SMBUrl &url
|
|
if ( openPassDlg(info) ) {
|
|
kdDebug(KIO_SMB) << "openPassDlg returned " << info.username << endl;
|
|
url.setUser(info.username);
|
|
+ url.setPass(info.password);
|
|
return true;
|
|
}
|
|
kdDebug(KIO_SMB) << "no value from openPassDlg\n";
|