mirror of
https://github.com/reactos/reactos.git
synced 2025-05-09 03:37:08 +00:00
- Remove a bad ASSERT
- TCPPacketSendComplete isn't called from oskittcp svn path=/trunk/; revision=41796
This commit is contained in:
parent
fc4ea7b821
commit
bfee1bad64
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ void TCPPacketSendComplete( PVOID Context,
|
||||||
PNDIS_PACKET NdisPacket,
|
PNDIS_PACKET NdisPacket,
|
||||||
NDIS_STATUS NdisStatus ) {
|
NDIS_STATUS NdisStatus ) {
|
||||||
TI_DbgPrint(DEBUG_TCP,("called %x\n", NdisPacket));
|
TI_DbgPrint(DEBUG_TCP,("called %x\n", NdisPacket));
|
||||||
ASSERT_LOCKED(&TCPLock);
|
|
||||||
|
|
||||||
FreeNdisPacket(NdisPacket);
|
FreeNdisPacket(NdisPacket);
|
||||||
TI_DbgPrint(DEBUG_TCP,("done\n"));
|
TI_DbgPrint(DEBUG_TCP,("done\n"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue