mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
- Remove dead code
- Fixes coverity error 85 svn path=/branches/aicom-network-fixes/; revision=36538
This commit is contained in:
parent
82e25f4548
commit
337a43d553
1 changed files with 3 additions and 10 deletions
|
@ -485,16 +485,9 @@ NDIS_STATUS STDCALL ProtocolReceive(
|
|||
}
|
||||
else
|
||||
{
|
||||
if (NdisStatus == NDIS_STATUS_SUCCESS)
|
||||
{
|
||||
NdisTransferData(&NdisStatus, Adapter->NdisHandle,
|
||||
MacReceiveContext, 0, PacketSize,
|
||||
NdisPacket, &BytesTransferred);
|
||||
}
|
||||
else
|
||||
{
|
||||
BytesTransferred = 0;
|
||||
}
|
||||
NdisTransferData(&NdisStatus, Adapter->NdisHandle,
|
||||
MacReceiveContext, 0, PacketSize,
|
||||
NdisPacket, &BytesTransferred);
|
||||
}
|
||||
TI_DbgPrint(DEBUG_DATALINK, ("Calling complete\n"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue