View | Details | Raw Unified | Return to bug 132894
Collapse All | Expand All

(-)linux-2.6.5/net/ipv6/af_inet6.c (+4 lines)
Lines 824-829 icmp_fail: Link Here
824
#endif
824
#endif
825
	cleanup_ipv6_mibs();
825
	cleanup_ipv6_mibs();
826
init_mib_fail:
826
init_mib_fail:
827
	sock_unregister(PF_INET6);
828
	kmem_cache_destroy(tcp6_sk_cachep);
829
	kmem_cache_destroy(udp6_sk_cachep);
830
	kmem_cache_destroy(raw6_sk_cachep);
827
	return err;
831
	return err;
828
}
832
}
829
module_init(inet6_init);
833
module_init(inet6_init);

Return to bug 132894