[NET]: Fix typo causing wrong skb to be freed

2006-08-31 Thread Thomas Graf
A typo introduced by myself which leads to freeing the skb containing the netlink message when it should free the newly allocated skb for the reply. Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> Index: net-2.6.19/net/core/rtnetlink.c ==

Re: [NET]: Fix typo causing wrong skb to be freed

2006-08-31 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Thu, 31 Aug 2006 23:26:51 +0200 > A typo introduced by myself which leads to freeing the skb > containing the netlink message when it should free the newly > allocated skb for the reply. > > Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> Applied, thank