mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +00:00
[SETUPAPI]
Properly return the machine handle in CM_Connect_MachineW() CID 716459 svn path=/trunk/; revision=69668
This commit is contained in:
parent
6f7ec944d5
commit
ca111f1d01
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ CONFIGRET WINAPI CM_Connect_MachineW(
|
|||
}
|
||||
}
|
||||
|
||||
phMachine = (PHMACHINE)pMachine;
|
||||
*phMachine = (PHMACHINE)pMachine;
|
||||
|
||||
return CR_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue