author | llornkcor <llornkcor> | 2005-08-16 05:47:24 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2005-08-16 05:47:24 (UTC) |
commit | 373b2f0bdc2be62c6e275c74488a8921d03fc299 (patch) (side-by-side diff) | |
tree | dc8672545848790bcbd7f79eae926f3a8a1d887f | |
parent | cc86b6f84f753f80f40537cdc4418016ab75373e (diff) | |
download | opie-373b2f0bdc2be62c6e275c74488a8921d03fc299.zip opie-373b2f0bdc2be62c6e275c74488a8921d03fc299.tar.gz opie-373b2f0bdc2be62c6e275c74488a8921d03fc299.tar.bz2 |
clarify do nothing
-rw-r--r-- | noncore/net/opie-smb/qsmb.cpp | 3 |
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 @@ -169,5 +169,6 @@ void Qsmb::hostSelected(int index) ccmd << "-N"; - if(!username->text().isEmpty()) { + if(username->text().isEmpty()) { + //do nothing } else { ccmd << "-U"; |