mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-07 05:30:14 +00:00
Forget to rename this line (pbuf->flgs->pbuf->flags)
This commit is contained in:
parent
4f76bc42d7
commit
c4b97a1710
@ -442,7 +442,7 @@ lwip_recvfrom(int s, void *mem, int len, unsigned int flags,
|
||||
|
||||
if (netconn_type(sock->conn) == NETCONN_TCP) {
|
||||
len -= copylen;
|
||||
if ( (len <= 0) || (buf->p->flgs & PBUF_FLAG_PUSH) || !sock->rcvevent)
|
||||
if ( (len <= 0) || (buf->p->flags & PBUF_FLAG_PUSH) || !sock->rcvevent)
|
||||
done = 1;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user