Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97097
b: refs/heads/master
c: 0e91796
h: refs/heads/master
i:
  97095: 549f3d5
v: v3
  • Loading branch information
David Woodhouse authored and David S. Miller committed May 20, 2008
1 parent b8676c5 commit dcc3496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2df824948d559ea818e03486a8583e42ea6ab37
refs/heads/master: 0e91796eb46e29edc791131c832a2232bcaed9dd
2 changes: 1 addition & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -3141,7 +3141,7 @@ int dev_change_flags(struct net_device *dev, unsigned flags)
* Load in the correct multicast list now the flags have changed.
*/

if (dev->change_rx_flags && (dev->flags ^ flags) & IFF_MULTICAST)
if (dev->change_rx_flags && (old_flags ^ flags) & IFF_MULTICAST)
dev->change_rx_flags(dev, IFF_MULTICAST);

dev_set_rx_mode(dev);
Expand Down

0 comments on commit dcc3496

Please sign in to comment.