Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15719
b: refs/heads/master
c: 6b78056
h: refs/heads/master
i:
  15717: 1aa8d2e
  15715: ca3ae8f
  15711: 8aafbbf
v: v3
  • Loading branch information
Mitch Williams authored and John W. Linville committed Nov 13, 2005
1 parent bf44c41 commit 8add5c4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3c535952d86df83f817595068c9fd2b3cfbd3a4d
refs/heads/master: 6b780567223524cac86c745aeac425521cf37490
4 changes: 3 additions & 1 deletion trunk/drivers/net/bonding/bond_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,9 @@ static void bond_arp_send_all(struct bonding *bond, struct slave *slave)
struct flowi fl;
struct rtable *rt;

for (i = 0; (i < BOND_MAX_ARP_TARGETS) && targets[i]; i++) {
for (i = 0; (i < BOND_MAX_ARP_TARGETS); i++) {
if (!targets[i])
continue;
dprintk("basa: target %x\n", targets[i]);
if (list_empty(&bond->vlan_list)) {
dprintk("basa: empty vlan: arp_send\n");
Expand Down

0 comments on commit 8add5c4

Please sign in to comment.