commit | 43e943c32b9213b5d25407b281c94aaa474fd9a6 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Sun Aug 14 19:25:47 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 16:00:34 2005 -0700 |
tree | 7844a1aa95d697ae378bc799085e1b29eb0b8a48 | |
parent | ad93e266a17c6f606e96304c866eb73665ae34fa [diff] |
[NETLINK]: Fix missing dst_groups initializations in netlink_broadcast users netlink_broadcast users must initialize NETLINK_CB(skb).dst_groups to the destination group mask for netlink_recvmsg. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>