Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ef9d05d9
Commit
ef9d05d9
authored
Jun 23, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon/tests: Update winehq.org's IP address.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9b9845e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
url.c
dlls/urlmon/tests/url.c
+4
-5
No files found.
dlls/urlmon/tests/url.c
View file @
ef9d05d9
...
...
@@ -157,10 +157,9 @@ static const WCHAR wszTextHtml[] = {'t','e','x','t','/','h','t','m','l',0};
static
WCHAR
BSCBHolder
[]
=
{
'_'
,
'B'
,
'S'
,
'C'
,
'B'
,
'_'
,
'H'
,
'o'
,
'l'
,
'd'
,
'e'
,
'r'
,
'_'
,
0
};
static
const
WCHAR
wszWineHQSite
[]
=
{
'w'
,
'w'
,
'w'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q'
,
'.'
,
'o'
,
'r'
,
'g'
,
0
};
static
const
WCHAR
wszWineHQIP
[]
=
{
'4'
,
'.'
,
'1'
,
'5'
,
'.'
,
'1'
,
'8'
,
'4'
,
'.'
,
'7'
,
'7'
,
0
};
#define WINEHQ_IP "4.4.81.124"
static
const
WCHAR
wszWineHQSite
[]
=
L"www.winehq.org"
;
static
const
WCHAR
wszWineHQIP
[]
=
L""
WINEHQ_IP
;
static
const
CHAR
wszIndexHtmlA
[]
=
"index.html"
;
static
const
WCHAR
cache_fileW
[]
=
{
'c'
,
':'
,
'\\'
,
'c'
,
'a'
,
'c'
,
'h'
,
'e'
,
'.'
,
'h'
,
't'
,
'm'
,
0
};
static
const
CHAR
dwl_htmlA
[]
=
"dwl.html"
;
...
...
@@ -2870,7 +2869,7 @@ static void init_bind_test(int protocol, DWORD flags, DWORD t)
url_a
=
"its:test.chm::/blank.html"
;
break
;
case
HTTPS_TEST
:
url_a
=
(
flags
&
BINDTEST_INVALID_CN
)
?
"https://
4.15.184.77
/favicon.ico"
:
"https://test.winehq.org/tests/hello.html"
;
url_a
=
(
flags
&
BINDTEST_INVALID_CN
)
?
"https://
"
WINEHQ_IP
"
/favicon.ico"
:
"https://test.winehq.org/tests/hello.html"
;
break
;
case
FTP_TEST
:
url_a
=
"ftp://ftp.winehq.org/welcome%2emsg"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment