summaryrefslogtreecommitdiff
path: root/noncore/net
authorllornkcor <llornkcor>2005-08-16 05:47:24 (UTC)
committer llornkcor <llornkcor>2005-08-16 05:47:24 (UTC)
commit373b2f0bdc2be62c6e275c74488a8921d03fc299 (patch) (side-by-side diff)
treedc8672545848790bcbd7f79eae926f3a8a1d887f /noncore/net
parentcc86b6f84f753f80f40537cdc4418016ab75373e (diff)
downloadopie-373b2f0bdc2be62c6e275c74488a8921d03fc299.zip
opie-373b2f0bdc2be62c6e275c74488a8921d03fc299.tar.gz
opie-373b2f0bdc2be62c6e275c74488a8921d03fc299.tar.bz2
clarify do nothing
Diffstat (limited to 'noncore/net') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opie-smb/qsmb.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/net/opie-smb/qsmb.cpp b/noncore/net/opie-smb/qsmb.cpp
index a219c58..422b9f3 100644
--- a/noncore/net/opie-smb/qsmb.cpp
+++ b/noncore/net/opie-smb/qsmb.cpp
@@ -168,7 +168,8 @@ void Qsmb::hostSelected(int index)
ccmd << CBHost->currentText();
ccmd << "-N";
- if(!username->text().isEmpty()) {
+ if(username->text().isEmpty()) {
+ //do nothing
} else {
ccmd << "-U";
ccmd << username->text()+"\%"+ password->text();