Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173671
b: refs/heads/master
c: f31f2a1
h: refs/heads/master
i:
  173669: 0496745
  173667: f155b2f
  173663: b9bc264
v: v3
  • Loading branch information
Joe Eykholt authored and James Bottomley committed Dec 4, 2009
1 parent 012183b commit 72dc6dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd42dac4ecd1799077c132aab35d3c36b26d4d8c
refs/heads/master: f31f2a1c3215e96fbff2152486d0fb590f72634e
2 changes: 2 additions & 0 deletions trunk/drivers/scsi/fcoe/libfcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,8 @@ int fcoe_ctlr_els_send(struct fcoe_ctlr *fip, struct fc_lport *lport,

if (fip->state == FIP_ST_NON_FIP)
return 0;
if (!fip->sel_fcf)
goto drop;

switch (op) {
case ELS_FLOGI:
Expand Down

0 comments on commit 72dc6dc

Please sign in to comment.