[SETUPAPI]

Properly return the machine handle in CM_Connect_MachineW()

CID 716459

svn path=/trunk/; revision=69668
This commit is contained in:
Pierre Schweitzer 2015-10-24 09:50:50 +00:00
parent 6f7ec944d5
commit ca111f1d01

View file

@ -555,7 +555,7 @@ CONFIGRET WINAPI CM_Connect_MachineW(
}
}
phMachine = (PHMACHINE)pMachine;
*phMachine = (PHMACHINE)pMachine;
return CR_SUCCESS;
}