Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118867
b: refs/heads/master
c: ff79ae8
h: refs/heads/master
i:
  118865: 9baa59a
  118863: 33bfa9c
v: v3
  • Loading branch information
Yossi Etigin authored and Roland Dreier committed Nov 12, 2008
1 parent cc8632d commit e4d2ee8
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: 93a3ab939ba90e00e193f0bad98f43fbdfbd925d
refs/heads/master: ff79ae80837cf45cb703b34824dd3862d2ddcb24
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/ulp/ipoib/ipoib_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ static void unicast_arp_send(struct sk_buff *skb, struct net_device *dev,
skb_push(skb, sizeof *phdr);
__skb_queue_tail(&path->queue, skb);

if (path_rec_start(dev, path)) {
if (!path->query && path_rec_start(dev, path)) {
spin_unlock_irqrestore(&priv->lock, flags);
path_free(dev, path);
return;
Expand Down

0 comments on commit e4d2ee8

Please sign in to comment.