mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
disconnect from relay no matter what the state
This commit is contained in:
parent
29acab1ef2
commit
c839db4a25
1 changed files with 1 additions and 2 deletions
|
@ -666,8 +666,7 @@ comms_start( CommsCtxt* comms )
|
|||
void
|
||||
comms_stop( CommsCtxt* comms )
|
||||
{
|
||||
if ( COMMS_CONN_RELAY == comms->addr.conType
|
||||
&& COMMS_RELAYSTATE_DENIED != comms->r.relayState ) {
|
||||
if ( COMMS_CONN_RELAY == comms->addr.conType ) {
|
||||
relayDisconnect( comms );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue