Commit 3521e1b8 authored by Alexandre Julliard's avatar Alexandre Julliard

wininet: Fix a compiler warning on Mingw.

parent 4cfd8189
......@@ -1739,7 +1739,7 @@ static DWORD HTTP_ResolveName(http_request_t *request)
{
server_t *server = request->server;
socklen_t addr_len;
const void *addr;
void *addr;
if(server->addr_len)
return ERROR_SUCCESS;
......
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