- 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:
Cameron Gutman 2009-07-06 07:54:28 +00:00
parent fe902d9d86
commit 5477d3c2ff

View file

@ -280,7 +280,7 @@ NTSTATUS tdiGetMibForIfEntity
entry->ent.if_descr);
TRACE("} status %08x\n",status);
return status;
return STATUS_SUCCESS;
}
NTSTATUS tdiGetEntityIDSet( HANDLE tcpFile,