[net] fix session variables not being cleared in ResolveRedirect()

* Also set default network timeouts to 3500ms
* Also add '-Sta' option when running Fido so that at at least the UI can display on Windows 7
This commit is contained in:
Pete Batard 2019-03-05 16:25:14 +00:00
parent db68bcd7f9
commit 9d1a2bc25e
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
4 changed files with 23 additions and 9 deletions

View file

@ -3153,7 +3153,7 @@ relaunch:
// Set the hook to automatically close Windows' "You need to format the disk in drive..." prompt
if (!SetAlertPromptHook())
uprintf("Warning: Could not set 'Format Disk' prompt auto-close");
uprintf("Warning: Could not set alert prompts hook");
ShowWindow(hDlg, SW_SHOWNORMAL);
UpdateWindow(hDlg);