mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[BASESRV]
Fix the previous fix. It's not necessary to use a different status value from the one that was returned. svn path=/branches/ntvdm/; revision=63100
This commit is contained in:
@@ -902,11 +902,7 @@ CSR_API(BaseSrvGetNextVDMCommand)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Make sure we found the console record */
|
/* Make sure we found the console record */
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status)) goto Cleanup;
|
||||||
{
|
|
||||||
Status = STATUS_INVALID_PARAMETER;
|
|
||||||
goto Cleanup;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Return the session ID */
|
/* Return the session ID */
|
||||||
GetNextVdmCommandRequest->iTask = ConsoleRecord->SessionId;
|
GetNextVdmCommandRequest->iTask = ConsoleRecord->SessionId;
|
||||||
|
|||||||
Reference in New Issue
Block a user