提交 5e6bc34f 编写于 作者: N Neil Horman 提交者: David S. Miller

[SCTP] Fix bug in sctp_init() error handling code.

Signed-off-by: NNeil Horman <nhorman@redhat.com>
Signed-off-by: NSridhar Samudrala <sri@us.ibm.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b9b9e10f
...@@ -1159,8 +1159,6 @@ SCTP_STATIC __init int sctp_init(void) ...@@ -1159,8 +1159,6 @@ SCTP_STATIC __init int sctp_init(void)
status = 0; status = 0;
out: out:
return status; return status;
err_add_protocol:
proto_unregister(&sctp_prot);
err_ctl_sock_init: err_ctl_sock_init:
sctp_v6_exit(); sctp_v6_exit();
err_v6_init: err_v6_init:
...@@ -1188,6 +1186,8 @@ SCTP_STATIC __init int sctp_init(void) ...@@ -1188,6 +1186,8 @@ SCTP_STATIC __init int sctp_init(void)
inet_del_protocol(&sctp_protocol, IPPROTO_SCTP); inet_del_protocol(&sctp_protocol, IPPROTO_SCTP);
inet_unregister_protosw(&sctp_seqpacket_protosw); inet_unregister_protosw(&sctp_seqpacket_protosw);
inet_unregister_protosw(&sctp_stream_protosw); inet_unregister_protosw(&sctp_stream_protosw);
err_add_protocol:
proto_unregister(&sctp_prot);
goto out; goto out;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册