mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 00:10:39 +00:00
- Return the actual status not NDIS_STATUS_SUCCESS always
svn path=/branches/aicom-network-fixes/; revision=36070
This commit is contained in:
parent
23787cbeb2
commit
8ea40ee79e
1 changed files with 1 additions and 1 deletions
|
@ -1267,7 +1267,7 @@ NDIS_STATUS LANUnregisterAdapter(
|
|||
|
||||
FreeAdapter(Adapter);
|
||||
|
||||
return NDIS_STATUS_SUCCESS;
|
||||
return NdisStatus;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue