Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40335
b: refs/heads/master
c: 5831c73
h: refs/heads/master
i:
  40333: 07188e1
  40331: efd001c
  40327: a6f75c4
  40319: 055b192
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Oct 25, 2006
1 parent 2d692d7 commit 27c2eaf
Show file tree
Hide file tree
Showing 2 changed files with 3 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: cd529a46e17b43976d05c1e2ece2676ec7941cc8
refs/heads/master: 5831c737f724aa6a655a908d202221f079f30036
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/libiscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ int __iscsi_complete_pdu(struct iscsi_conn *conn, struct iscsi_hdr *hdr,
break;
case ISCSI_OP_ASYNC_EVENT:
conn->exp_statsn = be32_to_cpu(hdr->statsn) + 1;
/* we need sth like iscsi_async_event_rsp() */
rc = ISCSI_ERR_BAD_OPCODE;
if (iscsi_recv_pdu(conn->cls_conn, hdr, data, datalen))
rc = ISCSI_ERR_CONN_FAILED;
break;
default:
rc = ISCSI_ERR_BAD_OPCODE;
Expand Down

0 comments on commit 27c2eaf

Please sign in to comment.