mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Fix return value of tdiGetMibForIfEntity so it doesn't return a failure status on success
svn path=/trunk/; revision=41783
This commit is contained in:
parent
fe902d9d86
commit
5477d3c2ff
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ NTSTATUS tdiGetMibForIfEntity
|
|||
entry->ent.if_descr);
|
||||
TRACE("} status %08x\n",status);
|
||||
|
||||
return status;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
NTSTATUS tdiGetEntityIDSet( HANDLE tcpFile,
|
||||
|
|
Loading…
Reference in a new issue