mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Missing one change in the last commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user