[ 1637432 ] Relogin using wan connection profile failed

This commit is contained in:
Heng Sin Low 2007-01-17 09:39:42 +00:00
parent 854936ae9e
commit f54cf5790f
1 changed files with 3 additions and 0 deletions

View File

@ -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;