Commit 09e4240f authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

msi: Fix a typo.

Should fix the regression introduced by baea371c. Signed-off-by: 's avatarDmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: 's avatarHans Leidekker <hans@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 8a985174
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment