mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Remove dead code
- Fixes coverity error 85 svn path=/branches/aicom-network-fixes/; revision=36538
This commit is contained in:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user