mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
remove a miss use assert in ProtocolReceive, I have talk with arty about it.
svn path=/trunk/; revision=22906
This commit is contained in:
@@ -486,9 +486,7 @@ NDIS_STATUS STDCALL ProtocolReceive(
|
||||
else
|
||||
{
|
||||
if (NdisStatus == NDIS_STATUS_SUCCESS)
|
||||
{
|
||||
ASSERT(PacketSize <= Adapter->MTU);
|
||||
|
||||
{
|
||||
NdisTransferData(&NdisStatus, Adapter->NdisHandle,
|
||||
MacReceiveContext, 0, PacketSize,
|
||||
NdisPacket, &BytesTransferred);
|
||||
|
||||
Reference in New Issue
Block a user