Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
674f1337
Commit
674f1337
authored
Mar 28, 2018
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon/tests: Update the IP address for the WineHQ server.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
bb99d51d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
url.c
dlls/urlmon/tests/url.c
+2
-2
No files found.
dlls/urlmon/tests/url.c
View file @
674f1337
...
...
@@ -160,7 +160,7 @@ static WCHAR BSCBHolder[] = { '_','B','S','C','B','_','H','o','l','d','e','r','_
static
const
WCHAR
wszWineHQSite
[]
=
{
'w'
,
'w'
,
'w'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q'
,
'.'
,
'o'
,
'r'
,
'g'
,
0
};
static
const
WCHAR
wszWineHQIP
[]
=
{
'
2'
,
'0'
,
'9'
,
'.'
,
'3'
,
'2'
,
'.'
,
'1'
,
'4'
,
'1'
,
'.'
,
'3
'
,
0
};
{
'
4'
,
'.'
,
'1'
,
'5'
,
'.'
,
'1'
,
'8'
,
'4'
,
'.'
,
'7'
,
'7
'
,
0
};
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"
;
...
...
@@ -2891,7 +2891,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://
209.46.25.134
/favicon.ico"
:
"https://test.winehq.org/tests/hello.html"
;
url_a
=
(
flags
&
BINDTEST_INVALID_CN
)
?
"https://
4.15.184.77
/favicon.ico"
:
"https://test.winehq.org/tests/hello.html"
;
break
;
case
FTP_TEST
:
url_a
=
"ftp://ftp.winehq.org/welcome.msg"
;
...
...
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