Commit 9b9d3da6 authored by Dave Jones's avatar Dave Jones

[IPV6]: Missing break in switch statement of rawv6_getsockopt().

parent c63f5cf8
...@@ -833,6 +833,7 @@ static int rawv6_getsockopt(struct sock *sk, int level, int optname, ...@@ -833,6 +833,7 @@ static int rawv6_getsockopt(struct sock *sk, int level, int optname,
val = -1; val = -1;
else else
val = opt->offset; val = opt->offset;
break;
default: default:
return -ENOPROTOOPT; return -ENOPROTOOPT;
......
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