mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +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:
@@ -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