mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[SMSS] Initial SmpInit() call initializes the *first handle* (index 0) in the array.
This commit is contained in:
@@ -472,7 +472,7 @@ _main(IN INT argc,
|
||||
_SEH2_TRY
|
||||
{
|
||||
/* Initialize SMSS */
|
||||
Status = SmpInit(&InitialCommand, Handles);
|
||||
Status = SmpInit(&InitialCommand, &Handles[0]);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("SMSS: SmpInit return failure - Status == %x\n", Status);
|
||||
|
||||
Reference in New Issue
Block a user