Missing one change in the last commit

This commit is contained in:
Gregory Nutt 2013-10-08 09:29:28 -06:00
parent 50441eb9ee
commit 3afaa56067

View File

@ -233,7 +233,7 @@ uint16_t uip_tcpcallback(struct uip_driver_s *dev, struct uip_conn *conn,
{
/* Data was not handled.. dispose of it appropriately */
flags = uip_dataevent(dev, conn, ret);
flags = uip_dataevent(dev, conn, flags);
}
/* Check if there is a connection-related event and a connection