-rw-r--r-- | noncore/net/opie-smb/qsmb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opie-smb/qsmb.cpp b/noncore/net/opie-smb/qsmb.cpp index fbe1c5c..a219c58 100644 --- a/noncore/net/opie-smb/qsmb.cpp +++ b/noncore/net/opie-smb/qsmb.cpp | |||
@@ -167,9 +167,9 @@ void Qsmb::hostSelected(int index) | |||
167 | ccmd << "-L"; | 167 | ccmd << "-L"; |
168 | ccmd << CBHost->currentText(); | 168 | ccmd << CBHost->currentText(); |
169 | ccmd << "-N"; | 169 | ccmd << "-N"; |
170 | 170 | ||
171 | if(username->text().isEmpty()) { | 171 | if(!username->text().isEmpty()) { |
172 | } else { | 172 | } else { |
173 | ccmd << "-U"; | 173 | ccmd << "-U"; |
174 | ccmd << username->text()+"\%"+ password->text(); | 174 | ccmd << username->text()+"\%"+ password->text(); |
175 | } | 175 | } |