diff --git a/reactos/drivers/net/tcpip/tcpip/dispatch.c b/reactos/drivers/net/tcpip/tcpip/dispatch.c index 3154fd79aa7..e14e8c38ca7 100644 --- a/reactos/drivers/net/tcpip/tcpip/dispatch.c +++ b/reactos/drivers/net/tcpip/tcpip/dispatch.c @@ -660,7 +660,6 @@ NTSTATUS DispTdiReceive( Irp); if (Status != STATUS_PENDING) { - ASSERT(0); DispDataRequestComplete(Irp, Status, BytesReceived); } }