mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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);
|
||||
if (Status != STATUS_PENDING)
|
||||
{
|
||||
ASSERT(0);
|
||||
DispDataRequestComplete(Irp, Status, BytesReceived);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue