commit | 321efff7c3b7a26fa0522cb12b2af2ac82c05f1e | [log] [tgz] |
---|---|---|
author | Olaf Kirch <okir@suse.de> | Wed Sep 27 16:33:45 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 28 18:01:48 2006 -0700 |
tree | 4cf5ef42a015559aa063500da21e5e8559dc4746 | |
parent | f0e82fd0e5ad8494985ddfca7de89a800cf96fb8 [diff] |
[IPV4]: Fix order in inet_init failure path. This is just a minor buglet I came across by accident - when inet_init fails to register raw_prot, it jumps to out_unregister_udp_proto which should unregister UDP _and_ TCP. Signed-off-by: Olaf Kirch <okir@suse.de> Signed-off-by: David S. Miller <davem@davemloft.net>