aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ipv6/af_inet6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c
index 6468bda1f2b9..56ca35b30dda 100644
--- a/net/ipv6/af_inet6.c
+++ b/net/ipv6/af_inet6.c
@@ -958,10 +958,10 @@ out:
958 958
959#ifdef CONFIG_SYSCTL 959#ifdef CONFIG_SYSCTL
960sysctl_fail: 960sysctl_fail:
961 ipv6_packet_cleanup(); 961 pingv6_exit();
962#endif 962#endif
963pingv6_fail: 963pingv6_fail:
964 pingv6_exit(); 964 ipv6_packet_cleanup();
965ipv6_packet_fail: 965ipv6_packet_fail:
966 tcpv6_exit(); 966 tcpv6_exit();
967tcpv6_fail: 967tcpv6_fail: