diff options
-rw-r--r-- | net/ipv6/af_inet6.c | 4 |
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 |
960 | sysctl_fail: | 960 | sysctl_fail: |
961 | ipv6_packet_cleanup(); | 961 | pingv6_exit(); |
962 | #endif | 962 | #endif |
963 | pingv6_fail: | 963 | pingv6_fail: |
964 | pingv6_exit(); | 964 | ipv6_packet_cleanup(); |
965 | ipv6_packet_fail: | 965 | ipv6_packet_fail: |
966 | tcpv6_exit(); | 966 | tcpv6_exit(); |
967 | tcpv6_fail: | 967 | tcpv6_fail: |