Fix to compile and run for IP-direct case, possibly breaking

heartbeats used over bluetooth.
This commit is contained in:
ehouse 2008-10-11 17:33:07 +00:00
parent 8c6c177c99
commit c3d23e889d

View file

@ -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 )
{