mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 08:59:43 +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
|
else
|
||||||
{
|
{
|
||||||
if (NdisStatus == NDIS_STATUS_SUCCESS)
|
NdisTransferData(&NdisStatus, Adapter->NdisHandle,
|
||||||
{
|
MacReceiveContext, 0, PacketSize,
|
||||||
NdisTransferData(&NdisStatus, Adapter->NdisHandle,
|
NdisPacket, &BytesTransferred);
|
||||||
MacReceiveContext, 0, PacketSize,
|
|
||||||
NdisPacket, &BytesTransferred);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
BytesTransferred = 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
TI_DbgPrint(DEBUG_DATALINK, ("Calling complete\n"));
|
TI_DbgPrint(DEBUG_DATALINK, ("Calling complete\n"));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue