mirror of
https://github.com/reactos/reactos.git
synced 2026-09-12 04:39:42 +08: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:
@@ -280,7 +280,7 @@ NTSTATUS tdiGetMibForIfEntity
|
||||
entry->ent.if_descr);
|
||||
TRACE("} status %08x\n",status);
|
||||
|
||||
return status;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
NTSTATUS tdiGetEntityIDSet( HANDLE tcpFile,
|
||||
|
||||
Reference in New Issue
Block a user