[RTNETLINK]: Fix use of wrong skb in do_getlink()
authorPatrick McHardy <kaber@trash.net>
Thu, 12 Oct 2006 08:50:30 +0000 (01:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Oct 2006 08:50:30 +0000 (01:50 -0700)
commitb974179abef7cd680b80bd7c7042802bdd6f0eb6
treee96431b67357026e8e23ec9a83fb018c393fcdbd
parent52c41a3224666d252d34597b580f1b6d4dc440e7
[RTNETLINK]: Fix use of wrong skb in do_getlink()

skb is the netlink query, nskb is the reply message.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c