Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204109
b: refs/heads/master
c: 281ae64
h: refs/heads/master
i:
  204107: 981a6f9
v: v3
  • Loading branch information
Joe Eykholt authored and James Bottomley committed Jul 27, 2010
1 parent 6d26912 commit 5b87148
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: 56115598c571cadd4b465836e1423a452a908c89
refs/heads/master: 281ae642a6475ede25ff86ec124214e346c25e22
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/fcoe/libfcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ static void fcoe_ctlr_send_keep_alive(struct fcoe_ctlr *fip,

fcf = fip->sel_fcf;
lp = fip->lp;
if (!fcf || !lp->port_id)
if (!fcf || (ports && !lp->port_id))
return;

len = sizeof(*kal) + ports * sizeof(*vn);
Expand Down

0 comments on commit 5b87148

Please sign in to comment.