Author: jgardou
Date: Wed Nov 12 11:39:01 2014
New Revision: 65386
URL:
http://svn.reactos.org/svn/reactos?rev=65386&view=rev
Log:
[TCPIP]
- Silence a useless DPRINT
Modified:
branches/tcpip_revolution/drivers/network/tcpip/ndis_lwip.c
Modified: branches/tcpip_revolution/drivers/network/tcpip/ndis_lwip.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcpip_revolution/drivers/networ…
==============================================================================
--- branches/tcpip_revolution/drivers/network/tcpip/ndis_lwip.c [iso-8859-1] (original)
+++ branches/tcpip_revolution/drivers/network/tcpip/ndis_lwip.c [iso-8859-1] Wed Nov 12
11:39:01 2014
@@ -259,10 +259,6 @@
}
NdisChainBufferAtBack(Packet, Buffer);
p = p->next;
- if (p)
- {
- DPRINT1("More than one buffer in the chain!\n");
- }
}
}
else