X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fwin32%2Fsetupapi%2Fcfgmgr.c;h=1f4f8be28d6af4da4975b8d03d7a856bdd6dd45a;hp=6d68087bf88017352d5b8f4af1f0d02f6e9f6578;hb=ca111f1d017da4041aad9ac6c7c2c4de4ef32959;hpb=6f7ec944d5f73566ef123d9b10e8a02ceca3dcb9;ds=sidebyside diff --git a/reactos/dll/win32/setupapi/cfgmgr.c b/reactos/dll/win32/setupapi/cfgmgr.c index 6d68087bf88..1f4f8be28d6 100644 --- a/reactos/dll/win32/setupapi/cfgmgr.c +++ b/reactos/dll/win32/setupapi/cfgmgr.c @@ -555,7 +555,7 @@ CONFIGRET WINAPI CM_Connect_MachineW( } } - phMachine = (PHMACHINE)pMachine; + *phMachine = (PHMACHINE)pMachine; return CR_SUCCESS; }