mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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)
|
||||
{
|
||||
PCONNECTION_ENDPOINT Connection = arg;
|
||||
u32_t len;
|
||||
|
||||
/* Make sure the socket didn't get closed */
|
||||
if (!arg)
|
||||
|
|
Loading…
Reference in a new issue