[RTNETLINK]: Fix typo causing wrong skb to be freed
authorThomas Graf <tgraf@suug.ch>
Thu, 31 Aug 2006 22:04:30 +0000 (15:04 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 22:18:43 +0000 (15:18 -0700)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found