Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20379
b: refs/heads/master
c: 351f739
h: refs/heads/master
i:
  20377: aadbde9
  20375: b2cb019
v: v3
  • Loading branch information
Mike Christie authored and unknown committed Feb 4, 2006
1 parent b54a2cb commit 6a9d75b
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: 1fd459e367657f595ddf192b9a46298e18d4fc13
refs/heads/master: 351f739e68e97a0316136a5bda145b952d99a989
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/iscsi_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3267,7 +3267,7 @@ iscsi_session_create(struct scsi_transport_template *scsit,
session = iscsi_hostdata(shost->hostdata);
memset(session, 0, sizeof(struct iscsi_session));
session->host = shost;
session->state = ISCSI_STATE_LOGGED_IN;
session->state = ISCSI_STATE_FREE;
session->mgmtpool_max = ISCSI_MGMT_CMDS_MAX;
session->cmds_max = ISCSI_XMIT_CMDS_MAX;
session->cmdsn = initial_cmdsn;
Expand Down

0 comments on commit 6a9d75b

Please sign in to comment.