mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Return the actual status not NDIS_STATUS_SUCCESS always
svn path=/branches/aicom-network-fixes/; revision=36070
This commit is contained in:
@@ -1267,7 +1267,7 @@ NDIS_STATUS LANUnregisterAdapter(
|
||||
|
||||
FreeAdapter(Adapter);
|
||||
|
||||
return NDIS_STATUS_SUCCESS;
|
||||
return NdisStatus;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user