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:
Art Yerkes 2004-11-18 05:02:10 +00:00
parent a2f6011b3d
commit f404e670d5

View file

@ -660,7 +660,6 @@ NTSTATUS DispTdiReceive(
Irp);
if (Status != STATUS_PENDING)
{
ASSERT(0);
DispDataRequestComplete(Irp, Status, BytesReceived);
}
}