[WINESYNC] msi: Fix a typo.

Should fix the regression introduced by baea371c3d4153bc4a718c07f46971d4d39aa9f3.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 09e4240f33425eda3ea05eb2a98adaec184b7ba4 by Dmitry Timoshkov <dmitry@baikal.ru>
This commit is contained in:
winesync 2022-03-12 23:57:41 +01:00 committed by Mark Jansen
parent 4ad772129d
commit bf1ca65888
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -1749,7 +1749,7 @@ MSIHANDLE WINAPI MsiGetActiveDatabase(MSIHANDLE hInstall)
{
__TRY
{
handle = remote_GetActiveDatabase(hInstall);
handle = remote_GetActiveDatabase(remote);
handle = alloc_msi_remote_handle(handle);
}
__EXCEPT(rpc_filter)