msi: Fix a typo.

Should fix the regression introduced by baea371c3d.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Dmitry Timoshkov 2018-09-18 13:59:35 +08:00 committed by Alexandre Julliard
parent 8a985174eb
commit 09e4240f33
1 changed files with 1 additions and 1 deletions

View File

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