diff options
Diffstat (limited to 'net/ipv6/raw.c')
| -rw-r--r-- | net/ipv6/raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c index 34cfb3f41c2c..01d47674f7e5 100644 --- a/net/ipv6/raw.c +++ b/net/ipv6/raw.c | |||
| @@ -1157,7 +1157,7 @@ static int rawv6_ioctl(struct sock *sk, int cmd, unsigned long arg) | |||
| 1157 | static void rawv6_close(struct sock *sk, long timeout) | 1157 | static void rawv6_close(struct sock *sk, long timeout) |
| 1158 | { | 1158 | { |
| 1159 | if (inet_sk(sk)->num == IPPROTO_RAW) | 1159 | if (inet_sk(sk)->num == IPPROTO_RAW) |
| 1160 | ip6_ra_control(sk, -1, NULL); | 1160 | ip6_ra_control(sk, -1); |
| 1161 | ip6mr_sk_done(sk); | 1161 | ip6mr_sk_done(sk); |
| 1162 | sk_common_release(sk); | 1162 | sk_common_release(sk); |
| 1163 | } | 1163 | } |
