[ 1637432 ] Relogin using wan connection profile failed
This commit is contained in:
parent
854936ae9e
commit
f54cf5790f
|
@ -276,6 +276,9 @@ public final class DB
|
|||
*/
|
||||
public static boolean isConnected(boolean createNew)
|
||||
{
|
||||
//bug [1637432]
|
||||
if (s_cc == null) return false;
|
||||
|
||||
//wan profile
|
||||
if (DB.isRemoteObjects()) return true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue