From 50074192b3a44030b1a83ce824c148a79d60707f Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 15 Aug 2005 19:23:59 +0000 Subject: fix use/pass --- 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 @@ -168,7 +168,7 @@ void Qsmb::hostSelected(int index) ccmd << CBHost->currentText(); ccmd << "-N"; - if(username->text().isEmpty()) { + if(!username->text().isEmpty()) { } else { ccmd << "-U"; ccmd << username->text()+"\%"+ password->text(); -- cgit v0.9.0.2