[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)
commit3015d5d4e5b15eddea272a697e83391100581932
treefee65f53db7fc175f5a286dd036eae602a14cf8d
parent18adaf067cf013fc2690d3830eba99ff800795b4
[RTNETLINK]: Fix typo causing wrong skb to be freed

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>
net/core/rtnetlink.c