* Fixed wan connection profile issue reported by CarlosRuiz
This commit is contained in:
parent
991b705e78
commit
8dbed9f953
|
@ -351,7 +351,8 @@ public final class ALogin extends CDialog
|
|||
private void connectToDatabase() {
|
||||
//Check connection
|
||||
DB.setDBTarget(m_cc);
|
||||
DB.connect();
|
||||
if (DB.isRemoteObjects() == false)
|
||||
DB.connect();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue