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:
Alex Henrie 2021-08-05 23:26:25 -06:00 committed by Alexandre Julliard
parent 9ddc04c671
commit 21752cc956
1 changed files with 1 additions and 0 deletions

View File

@ -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,
(void *)&data_win, sizeof(data_win) );
if (!ptr) goto error;
break;
}
#endif /* IPV6_PKTINFO */