Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45565
b: refs/heads/master
c: c959e1c
h: refs/heads/master
i:
  45563: ae948f0
v: v3
  • Loading branch information
Arne Redlich authored and James Bottomley committed Jan 6, 2007
1 parent cb94a50 commit 934ddb0
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: ddaf6fc85459d161c39a70a2cf9e04343dafe47f
refs/heads/master: c959e1c2a475e0ad0d24eff200de9b6dcb3710c6
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/iscsi_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ static int iscsi_scsi_data_in(struct iscsi_conn *conn)
if (!offset)
crypto_hash_update(
&tcp_conn->rx_hash,
&sg[i], 1);
&sg[i], sg[i].length);
else
partial_sg_digest_update(
&tcp_conn->rx_hash,
Expand Down

0 comments on commit 934ddb0

Please sign in to comment.