mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
eliminate unnecessary setHeartbeatTimer call
This commit is contained in:
parent
7d388c3a2a
commit
327fb7b001
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ p_comms_timerFired( void* closure, XWTimerReason why )
|
|||
XP_LOGF( "comms_timerFired" );
|
||||
if ( comms->heartbeat != HEARTBEAT_NONE ) {
|
||||
send_via_relay( comms, XWRELAY_HEARTBEAT, HOST_ID_NONE, NULL, 0 );
|
||||
setHeartbeatTimer( comms );
|
||||
/* No need to reset timer. send_via_relay does that. */
|
||||
}
|
||||
} /* comms_timerFired */
|
||||
|
||||
|
|
Loading…
Reference in a new issue