diff options
Diffstat (limited to 'net/ipv6/af_inet6.c')
-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 ff75313f27a8..4fbdb7046d28 100644 --- a/net/ipv6/af_inet6.c +++ b/net/ipv6/af_inet6.c | |||
@@ -972,10 +972,10 @@ out: | |||
972 | 972 | ||
973 | #ifdef CONFIG_SYSCTL | 973 | #ifdef CONFIG_SYSCTL |
974 | sysctl_fail: | 974 | sysctl_fail: |
975 | ipv6_packet_cleanup(); | 975 | pingv6_exit(); |
976 | #endif | 976 | #endif |
977 | pingv6_fail: | 977 | pingv6_fail: |
978 | pingv6_exit(); | 978 | ipv6_packet_cleanup(); |
979 | ipv6_packet_fail: | 979 | ipv6_packet_fail: |
980 | tcpv6_exit(); | 980 | tcpv6_exit(); |
981 | tcpv6_fail: | 981 | tcpv6_fail: |