From c3d23e889dd58dc802f55b3f6cd54bb442ef953e Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 11 Oct 2008 17:33:07 +0000 Subject: [PATCH] Fix to compile and run for IP-direct case, possibly breaking heartbeats used over bluetooth. --- linux/linuxmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/linuxmain.c b/linux/linuxmain.c index ae0c6197c..0804771e1 100644 --- a/linux/linuxmain.c +++ b/linux/linuxmain.c @@ -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 ) {