aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorDavid Woodhouse <[email protected]>2008-05-20 14:36:14 -0700
committerDavid S. Miller <[email protected]>2008-05-20 14:36:14 -0700
commit0e91796eb46e29edc791131c832a2232bcaed9dd (patch)
treee175a4b0de48e9e44b94e52dd634d38618193add /net/unix/sysctl_net_unix.c
parentf2df824948d559ea818e03486a8583e42ea6ab37 (diff)
net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()
Am I just being particularly dim today, or can the call to dev->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags() never happen? We've just set dev->flags = flags & IFF_MULTICAST, effectively. So the condition '(dev->flags ^ flags) & IFF_MULTICAST' is _never_ going to be true. Signed-off-by: David Woodhouse <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions