Re: [NET]: Fix typo causing wrong skb to be freed
From: David Miller <davem@davemloft.net>
Date: 2006-08-31 22:04:55
From: David Miller <davem@davemloft.net>
Date: 2006-08-31 22:04:55
From: Thomas Graf <tgraf@suug.ch> 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 <tgraf@suug.ch>
Applied, thanks Thomas.