cryptui: Remove double assignment in import_store_dlg_proc().
This commit is contained in:
parent
32eb698612
commit
8986cd1ed7
|
@ -5170,7 +5170,7 @@ static LRESULT CALLBACK import_store_dlg_proc(HWND hwnd, UINT msg, WPARAM wp,
|
|||
selectInfo.dwSize = sizeof(selectInfo);
|
||||
selectInfo.parent = hwnd;
|
||||
selectInfo.dwFlags = CRYPTUI_ENABLE_SHOW_PHYSICAL_STORE;
|
||||
selectInfo.pwszTitle = selectInfo.pwszTitle = NULL;
|
||||
selectInfo.pwszTitle = NULL;
|
||||
selectInfo.pEnumData = &enumData;
|
||||
selectInfo.pfnSelectedStoreCallback = NULL;
|
||||
if ((store = CryptUIDlgSelectStoreW(&selectInfo)))
|
||||
|
|
Loading…
Reference in New Issue