Skip to content

Commit 58be950

Browse files
larochedkalowsk
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 02f511b commit 58be950

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
@@ -2106,6 +2106,8 @@ int zsock_getsockopt_ctx(struct net_context *ctx, int level, int optname,
21062106
return 0;
21072107
}
21082108

2109+
break;
2110+
21092111
case IPV6_MULTICAST_HOPS:
21102112
ret = net_context_get_option(ctx,
21112113
NET_OPT_MCAST_HOP_LIMIT,

0 commit comments

Comments
 (0)