mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SETUPAPI]
Properly return the machine handle in CM_Connect_MachineW() CID 716459 svn path=/trunk/; revision=69668
This commit is contained in:
@@ -555,7 +555,7 @@ CONFIGRET WINAPI CM_Connect_MachineW(
|
||||
}
|
||||
}
|
||||
|
||||
phMachine = (PHMACHINE)pMachine;
|
||||
*phMachine = (PHMACHINE)pMachine;
|
||||
|
||||
return CR_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user