Re: [PATCH] Fix order in inet_init failure path.

2006-09-27 Thread David Miller
From: Olaf Kirch <[EMAIL PROTECTED]> Date: Tue, 26 Sep 2006 16:17:09 +0200 > 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 <[EMAIL PRO

[PATCH] Fix order in inet_init failure path.

2006-09-26 Thread Olaf Kirch
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 <[EMAIL PROTECTED]> net/ipv4/af_inet.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletio