Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4117
b: refs/heads/master
c: e2ed405
h: refs/heads/master
i:
  4115: d41152d
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Jul 5, 2005
1 parent 1006464 commit f7ee859
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: 30e224d76f34e041c30df66a4dcbeeb53556ea3f
refs/heads/master: e2ed4052aa662e7cfb22a1793b9d8158603be6d7
4 changes: 2 additions & 2 deletions trunk/net/ipv6/af_inet6.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,6 @@ static int __init inet6_init(void)
if (if6_proc_init())
goto proc_if6_fail;
#endif
ipv6_packet_init();
ip6_route_init();
ip6_flowlabel_init();
err = addrconf_init();
Expand All @@ -791,14 +790,15 @@ static int __init inet6_init(void)
/* Init v6 transport protocols. */
udpv6_init();
tcpv6_init();

ipv6_packet_init();
err = 0;
out:
return err;

addrconf_fail:
ip6_flowlabel_cleanup();
ip6_route_cleanup();
ipv6_packet_cleanup();
#ifdef CONFIG_PROC_FS
if6_proc_exit();
proc_if6_fail:
Expand Down

0 comments on commit f7ee859

Please sign in to comment.