commit | 3015d5d4e5b15eddea272a697e83391100581932 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Thu Aug 31 15:04:30 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 15:18:43 2006 -0700 |
tree | fee65f53db7fc175f5a286dd036eae602a14cf8d | |
parent | 18adaf067cf013fc2690d3830eba99ff800795b4 [diff] |
[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>