mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 04:45:45 +00:00
[LWIP]
- fix warning in ros glue code svn path=/trunk/; revision=53569
This commit is contained in:
parent
a52963082d
commit
1ee26b07cf
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ err_t
|
||||||
InternalRecvEventHandler(void *arg, PTCP_PCB pcb, struct pbuf *p, const err_t err)
|
InternalRecvEventHandler(void *arg, PTCP_PCB pcb, struct pbuf *p, const err_t err)
|
||||||
{
|
{
|
||||||
PCONNECTION_ENDPOINT Connection = arg;
|
PCONNECTION_ENDPOINT Connection = arg;
|
||||||
u32_t len;
|
|
||||||
|
|
||||||
/* Make sure the socket didn't get closed */
|
/* Make sure the socket didn't get closed */
|
||||||
if (!arg)
|
if (!arg)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue