mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
Removed bad assertion. It's ok for TCPSendData to return immediately if the
data has been copied into the tcp buffer. Requiring STATUS_PENDING here is definately an error. svn path=/trunk/; revision=11693
This commit is contained in:
@@ -660,7 +660,6 @@ NTSTATUS DispTdiReceive(
|
||||
Irp);
|
||||
if (Status != STATUS_PENDING)
|
||||
{
|
||||
ASSERT(0);
|
||||
DispDataRequestComplete(Irp, Status, BytesReceived);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user