ntdll: Add missing break to case IPV6_PKTINFO.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9ddc04c671
commit
21752cc956
|
@ -458,6 +458,7 @@ static int convert_control_headers(struct msghdr *hdr, WSABUF *control)
|
||||||
ptr = fill_control_message( WS_IPPROTO_IPV6, WS_IPV6_PKTINFO, ptr, &ctlsize,
|
ptr = fill_control_message( WS_IPPROTO_IPV6, WS_IPV6_PKTINFO, ptr, &ctlsize,
|
||||||
(void *)&data_win, sizeof(data_win) );
|
(void *)&data_win, sizeof(data_win) );
|
||||||
if (!ptr) goto error;
|
if (!ptr) goto error;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
#endif /* IPV6_PKTINFO */
|
#endif /* IPV6_PKTINFO */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue