summaryrefslogtreecommitdiff
path: root/noncore/net/opie-smb
Side-by-side diff
Diffstat (limited to 'noncore/net/opie-smb') (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
@@ -170,3 +170,4 @@ void Qsmb::hostSelected(int index)
- if(!username->text().isEmpty()) {
+ if(username->text().isEmpty()) {
+ //do nothing
} else {