|
@@ -1342,10 +1342,10 @@ static int __init inet_init(void)
|
|
rc = 0;
|
|
rc = 0;
|
|
out:
|
|
out:
|
|
return rc;
|
|
return rc;
|
|
-out_unregister_tcp_proto:
|
|
|
|
- proto_unregister(&tcp_prot);
|
|
|
|
out_unregister_udp_proto:
|
|
out_unregister_udp_proto:
|
|
proto_unregister(&udp_prot);
|
|
proto_unregister(&udp_prot);
|
|
|
|
+out_unregister_tcp_proto:
|
|
|
|
+ proto_unregister(&tcp_prot);
|
|
goto out;
|
|
goto out;
|
|
}
|
|
}
|
|
|
|
|