[Bug 3263] New: INTERNET_FLAG_NO_AUTO_REDIRECT doesn't work

Wine Bugs wine-bugs at winehq.org
Tue Aug 30 19:45:33 CDT 2005


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 at winehq.org
        ReportedBy: orin at 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.



More information about the wine-bugs mailing list