summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip_tcpinput.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-27 23:14:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-27 23:14:43 +0000
commita103801be3696e5e296766dd70d3d4774283c256 (patch)
tree8b2ab04f54b1d0a6eb83abb6de034c94db79ae4d /nuttx/net/uip/uip_tcpinput.c
parente4968d3556b862b4bdf950f6d70516fce710dfe1 (diff)
downloadpx4-nuttx-a103801be3696e5e296766dd70d3d4774283c256.tar.gz
px4-nuttx-a103801be3696e5e296766dd70d3d4774283c256.tar.bz2
px4-nuttx-a103801be3696e5e296766dd70d3d4774283c256.zip
Add logic to support the FSMC SRAM in the NuttX heap
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4433 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/uip/uip_tcpinput.c')
-rw-r--r--nuttx/net/uip/uip_tcpinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/uip/uip_tcpinput.c b/nuttx/net/uip/uip_tcpinput.c
index 593f55b55..a8e8032e9 100644
--- a/nuttx/net/uip/uip_tcpinput.c
+++ b/nuttx/net/uip/uip_tcpinput.c
@@ -184,7 +184,7 @@ void uip_tcpinput(struct uip_driver_s *dev)
conn->crefs = 1;
if (uip_accept(dev, conn, tmp16) != OK)
{
- /* No, then we have to give the connection back */
+ /* No, then we have to give the connection back and drop the packet */
conn->crefs = 0;
uip_tcpfree(conn);