[Bug 3263] New: INTERNET_FLAG_NO_AUTO_REDIRECT doesn't work
http://bugs.winehq.org/show_bug.cgi?id=3263 Summary: INTERNET_FLAG_NO_AUTO_REDIRECT doesn't work Product: Wine Version: CVS Platform: All OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-net AssignedTo: wine-bugs(a)winehq.org ReportedBy: orin(a)pinhead.cc The following line in http.c (1776 in 08/24/05 version): if(!(hIC->hdr.dwFlags & INTERNET_FLAG_NO_AUTO_REDIRECT) && bSuccess) Should be: if(!(lpwhr->hdr.dwFlags & INTERNET_FLAG_NO_AUTO_REDIRECT) && bSuccess) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
participants (1)
-
Wine Bugs