Commit 58a1c0d5 authored by Alexandre Julliard's avatar Alexandre Julliard

ws2_32: Fix a compile failure when control messages are not supported.

parent 33763656
......@@ -1525,7 +1525,7 @@ static int WS2_recv( int fd, struct ws2_async *wsa )
if (wsa->control)
{
ERR("Message control headers cannot be properly supported on this system.\n");
control->len = 0;
wsa->control->len = 0;
}
#else
if (wsa->control && !convert_control_headers(&hdr, wsa->control))
......
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