Commit 821b8fcd authored by Thomas Mullaly's avatar Thomas Mullaly Committed by Alexandre Julliard

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

parent 16f120f1
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment