Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184518
b: refs/heads/master
c: 914c8ad
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Feb 26, 2010
1 parent 14e12f1 commit 32e3a7b
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: 2a3f279034b46204b50408aa2c25ee0882120147
refs/heads/master: 914c8ad2d18b62ad1420f518c0cab0b0b90ab308
2 changes: 1 addition & 1 deletion trunk/net/packet/af_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ static int packet_mc_add(struct sock *sk, struct packet_mreq_max *mreq)
goto done;

err = -EINVAL;
if (mreq->mr_alen > dev->addr_len)
if (mreq->mr_alen != dev->addr_len)
goto done;

err = -ENOBUFS;
Expand Down

0 comments on commit 32e3a7b

Please sign in to comment.