mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:26:09 +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);
|
entry->ent.if_descr);
|
||||||
TRACE("} status %08x\n",status);
|
TRACE("} status %08x\n",status);
|
||||||
|
|
||||||
return status;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
NTSTATUS tdiGetEntityIDSet( HANDLE tcpFile,
|
NTSTATUS tdiGetEntityIDSet( HANDLE tcpFile,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue