Removed bad assertion. It's ok for TCPSendData to return immediately if the
authorArt Yerkes <art.yerkes@gmail.com>
Thu, 18 Nov 2004 05:02:10 +0000 (05:02 +0000)
committerArt Yerkes <art.yerkes@gmail.com>
Thu, 18 Nov 2004 05:02:10 +0000 (05:02 +0000)
data has been copied into the tcp buffer.  Requiring STATUS_PENDING here is
definately an error.

svn path=/trunk/; revision=11693

reactos/drivers/net/tcpip/tcpip/dispatch.c

index 3154fd7..e14e8c3 100644 (file)
@@ -660,7 +660,6 @@ NTSTATUS DispTdiReceive(
          Irp);
       if (Status != STATUS_PENDING)
       {
-         ASSERT(0);
           DispDataRequestComplete(Irp, Status, BytesReceived);
       }
     }