mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
Fix to compile and run for IP-direct case, possibly breaking
heartbeats used over bluetooth.
This commit is contained in:
parent
8c6c177c99
commit
c3d23e889d
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ linux_tcp_send( const XP_U8* buf, XP_U16 buflen,
|
|||
} /* linux_tcp_send */
|
||||
#endif /* XWFEATURE_RELAY */
|
||||
|
||||
#ifdef COMMS_HEARTBEAT
|
||||
#ifdef XWFEATURE_RELAY
|
||||
static void
|
||||
linux_tcp_reset( CommonGlobals* globals )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue