Skip to content

Commit dfd4080

Browse files
larochegithub-actions[bot]
authored andcommitted
net: sockets: add missing break
Add a missing break to socket handling. Signed-off-by: Florian La Roche <[email protected]> (cherry picked from commit d933e03)
1 parent e57a404 commit dfd4080

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subsys/net/lib/sockets/sockets_inet.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2068,6 +2068,8 @@ int zsock_getsockopt_ctx(struct net_context *ctx, int level, int optname,
20682068
return 0;
20692069
}
20702070

2071+
break;
2072+
20712073
case IPV6_MULTICAST_HOPS:
20722074
ret = net_context_get_option(ctx,
20732075
NET_OPT_MCAST_HOP_LIMIT,

0 commit comments

Comments
 (0)