mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Put back extra info if it was present
svn path=/trunk/; revision=20085
This commit is contained in:
parent
bd3c3047e0
commit
38b91bdab0
1 changed files with 4 additions and 0 deletions
|
@ -1369,6 +1369,10 @@ static BOOL HTTP_HandleRedirect(LPWININETHTTPREQW lpwhr, LPCWSTR lpszUrl, LPCWST
|
|||
if (urlComponents.nPort == INTERNET_INVALID_PORT_NUMBER)
|
||||
urlComponents.nPort = INTERNET_DEFAULT_HTTP_PORT;
|
||||
|
||||
if (sizeof(path) / sizeof(path[0]) <= strlenW(path) + strlenW(extra))
|
||||
return FALSE;
|
||||
strcatW(path, extra);
|
||||
|
||||
#if 0
|
||||
/*
|
||||
* This upsets redirects to binary files on sourceforge.net
|
||||
|
|
Loading…
Reference in a new issue