Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101553
b: refs/heads/master
c: c95fddc
h: refs/heads/master
i:
  101551: da463fe
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Jul 12, 2008
1 parent b39e577 commit 79aaed4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: ff0f4cb5ea322dcc32d08bab2d758c050ba1ab07
refs/heads/master: c95fddc729fafb43f420747027eeb998c2e5e798
6 changes: 4 additions & 2 deletions trunk/drivers/scsi/scsi_transport_iscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1422,8 +1422,10 @@ iscsi_if_recv_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
break;
case ISCSI_UEVENT_CREATE_BOUND_SESSION:
ep = iscsi_lookup_endpoint(ev->u.c_bound_session.ep_handle);
if (!ep)
return -EINVAL;
if (!ep) {
err = -EINVAL;
break;
}

err = iscsi_if_create_session(priv, ep, ev,
ev->u.c_bound_session.initial_cmdsn,
Expand Down

0 comments on commit 79aaed4

Please sign in to comment.