Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 537
b: refs/heads/master
c: 5e6bc34
h: refs/heads/master
i:
  535: 3c53a60
v: v3
  • Loading branch information
Neil Horman authored and David S. Miller committed Apr 28, 2005
1 parent e7f6d62 commit b00ee5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b9b9e10f180fa63b55b93412edf0ab9648675646
refs/heads/master: 5e6bc34f86e450ff14c4817902d66aa9c786bc06
4 changes: 2 additions & 2 deletions trunk/net/sctp/protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1159,8 +1159,6 @@ SCTP_STATIC __init int sctp_init(void)
status = 0;
out:
return status;
err_add_protocol:
proto_unregister(&sctp_prot);
err_ctl_sock_init:
sctp_v6_exit();
err_v6_init:
Expand Down Expand Up @@ -1188,6 +1186,8 @@ SCTP_STATIC __init int sctp_init(void)
inet_del_protocol(&sctp_protocol, IPPROTO_SCTP);
inet_unregister_protosw(&sctp_seqpacket_protosw);
inet_unregister_protosw(&sctp_stream_protosw);
err_add_protocol:
proto_unregister(&sctp_prot);
goto out;
}

Expand Down

0 comments on commit b00ee5b

Please sign in to comment.