Thomas Mullaly : urlmon: Fixed a bug that would cause tests to randomly fail.

Alexandre Julliard julliard at winehq.org
Thu Jul 29 12:08:39 CDT 2010


Module: wine
Branch: master
Commit: 821b8fcdc8383203cb6f6cd3e99a94ec3cfca779
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=821b8fcdc8383203cb6f6cd3e99a94ec3cfca779

Author: Thomas Mullaly <thomas.mullaly at gmail.com>
Date:   Wed Jul 28 17:43:08 2010 -0400

urlmon: Fixed a bug that would cause tests to randomly fail.

---

 dlls/urlmon/uri.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/urlmon/uri.c b/dlls/urlmon/uri.c
index 91d556d..1140e95 100644
--- a/dlls/urlmon/uri.c
+++ b/dlls/urlmon/uri.c
@@ -1790,6 +1790,7 @@ static BOOL canonicalize_host(const parse_data *data, Uri *uri, DWORD flags, BOO
                 uri->host_len = data->host_len;
             }
 
+            uri->host_type = Uri_HOST_UNKNOWN;
             break;
         default:
             WARN("(%p %p %x %d): Canonicalization not supported yet\n", data,




More information about the wine-cvs mailing list