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

This commit is contained in:
Thomas Mullaly 2010-07-28 17:43:08 -04:00 committed by Alexandre Julliard
parent 16f120f1dd
commit 821b8fcdc8
1 changed files with 1 additions and 0 deletions

View File

@ -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,