account for new comms relay state in displaying relay conn status

This commit is contained in:
ehouse 2009-11-09 03:29:13 +00:00
parent 8be09b3fc4
commit b7e2567c7d

View file

@ -1649,6 +1649,7 @@ ceFlattenState( const CEAppGlobals* globals )
state = CENSTATE_TRYING_RELAY;
break;
case COMMS_RELAYSTATE_CONNECTED:
case COMMS_RELAYSTATE_RECONNECTED:
state = CENSTATE_HAVE_RELAY;
break;
case COMMS_RELAYSTATE_ALLCONNECTED: