diff options
-rw-r--r-- | net/ipv6/exthdrs_offload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/exthdrs_offload.c b/net/ipv6/exthdrs_offload.c index 447a7fbd1bb6..f5e2ba1c18bf 100644 --- a/net/ipv6/exthdrs_offload.c +++ b/net/ipv6/exthdrs_offload.c | |||
@@ -36,6 +36,6 @@ out: | |||
36 | return ret; | 36 | return ret; |
37 | 37 | ||
38 | out_rt: | 38 | out_rt: |
39 | inet_del_offload(&rthdr_offload, IPPROTO_ROUTING); | 39 | inet6_del_offload(&rthdr_offload, IPPROTO_ROUTING); |
40 | goto out; | 40 | goto out; |
41 | } | 41 | } |