Module: wine Branch: master Commit: ee5a4400303bf77c653c6ee179aff64696cf9c50 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ee5a4400303bf77c653c6ee179...
Author: Jacek Caban jacek@codeweavers.com Date: Sat Oct 28 14:18:37 2006 +0200
urlmon: Update winehq.org IP.
---
dlls/urlmon/tests/protocol.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/urlmon/tests/protocol.c b/dlls/urlmon/tests/protocol.c index 53c5bc4..84050dc 100644 --- a/dlls/urlmon/tests/protocol.c +++ b/dlls/urlmon/tests/protocol.c @@ -249,7 +249,7 @@ static HRESULT WINAPI ProtocolSink_Repor static const WCHAR host[] = {'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}; + {'2','0','9','.','4','6','.','2','5','.','1','3','4',0}; /* I'm not sure if it's a good idea to hardcode here the IP address... */
switch(ulStatusCode) {