From 5abe5334c8c5d967a20b3a2c0fb360d240017782 Mon Sep 17 00:00:00 2001 From: bg- Date: Mon, 30 Apr 2007 09:51:51 +0000 Subject: [PATCH] * Remove forgotten printf. --- core/net/uip-fw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/net/uip-fw.c b/core/net/uip-fw.c index 949fc6333..cc346e35e 100644 --- a/core/net/uip-fw.c +++ b/core/net/uip-fw.c @@ -30,7 +30,7 @@ * * Author: Adam Dunkels * - * $Id: uip-fw.c,v 1.5 2007/04/30 09:51:06 bg- Exp $ + * $Id: uip-fw.c,v 1.6 2007/04/30 09:51:51 bg- Exp $ */ /** * \addtogroup uip @@ -417,7 +417,6 @@ uip_fw_forward(void) #ifdef AODV_COMPLIANCE #define udp ((struct uip_udpip_hdr *)&uip_buf[UIP_LLH_LEN]) if(udp->proto == UIP_PROTO_UDP && udp->destport == HTONS(UAODV_UDPPORT)) { - printf("not fwd\n"); return UIP_FW_LOCAL; } #endif