diff options
author | Steffen Klassert <steffen.klassert@secunet.com> | 2012-11-16 02:07:56 -0500 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2012-11-16 02:07:56 -0500 |
commit | 0afe21fdf6cfe0fe8a184d82a399773cc331bf40 (patch) | |
tree | 8dbc8c681e3ea7d1439f7e315c5cbb50ceec4bc2 /net/ipv6 | |
parent | c38132865959c47d36b5db1c9289c7391895be6b (diff) |
xfrm6: Remove commented out function call to xfrm6_input_fini
xfrm6_input_fini() is not in the tree since more than 10 years,
so remove the commented out function call.
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/xfrm6_policy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/xfrm6_policy.c b/net/ipv6/xfrm6_policy.c index 6ce4a4fd3b30..c9844135c9ca 100644 --- a/net/ipv6/xfrm6_policy.c +++ b/net/ipv6/xfrm6_policy.c | |||
@@ -356,7 +356,6 @@ void xfrm6_fini(void) | |||
356 | if (sysctl_hdr) | 356 | if (sysctl_hdr) |
357 | unregister_net_sysctl_table(sysctl_hdr); | 357 | unregister_net_sysctl_table(sysctl_hdr); |
358 | #endif | 358 | #endif |
359 | //xfrm6_input_fini(); | ||
360 | xfrm6_policy_fini(); | 359 | xfrm6_policy_fini(); |
361 | xfrm6_state_fini(); | 360 | xfrm6_state_fini(); |
362 | dst_entries_destroy(&xfrm6_dst_ops); | 361 | dst_entries_destroy(&xfrm6_dst_ops); |