mirror of
https://github.com/reactos/reactos.git
synced 2025-07-13 19:44:12 +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:
parent
a2f6011b3d
commit
f404e670d5
1 changed files with 0 additions and 1 deletions
|
@ -660,7 +660,6 @@ NTSTATUS DispTdiReceive(
|
||||||
Irp);
|
Irp);
|
||||||
if (Status != STATUS_PENDING)
|
if (Status != STATUS_PENDING)
|
||||||
{
|
{
|
||||||
ASSERT(0);
|
|
||||||
DispDataRequestComplete(Irp, Status, BytesReceived);
|
DispDataRequestComplete(Irp, Status, BytesReceived);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue