提交 0afe21fd 编写于 作者: S Steffen Klassert

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: NSteffen Klassert <steffen.klassert@secunet.com>
上级 c3813286
...@@ -356,7 +356,6 @@ void xfrm6_fini(void) ...@@ -356,7 +356,6 @@ void xfrm6_fini(void)
if (sysctl_hdr) if (sysctl_hdr)
unregister_net_sysctl_table(sysctl_hdr); unregister_net_sysctl_table(sysctl_hdr);
#endif #endif
//xfrm6_input_fini();
xfrm6_policy_fini(); xfrm6_policy_fini();
xfrm6_state_fini(); xfrm6_state_fini();
dst_entries_destroy(&xfrm6_dst_ops); dst_entries_destroy(&xfrm6_dst_ops);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册