From 373b2f0bdc2be62c6e275c74488a8921d03fc299 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Tue, 16 Aug 2005 05:47:24 +0000 Subject: clarify do nothing --- 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(); -- cgit v0.9.0.2