http://git.etherboot.org
/
people
/
balajirrao
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
61d7b8a
)
Set ErrorRecoveryLevel=0 (we don't want to have to handle it).
author
Michael Brown
<mcb30@etherboot.org>
Wed, 17 May 2006 17:41:50 +0000
(17:41 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 17 May 2006 17:41:50 +0000
(17:41 +0000)
src/net/tcp/iscsi.c
patch
|
blob
|
history
diff --git
a/src/net/tcp/iscsi.c
b/src/net/tcp/iscsi.c
index
345cd5f
..
5c2966f
100644
(file)
--- a/
src/net/tcp/iscsi.c
+++ b/
src/net/tcp/iscsi.c
@@
-124,9
+124,10
@@
static int iscsi_build_login_request_strings ( struct iscsi_session *iscsi,
"MaxRecvDataSegmentLength=512%c"
"SessionType=Normal%c"
"DataDigest=None%c"
"MaxRecvDataSegmentLength=512%c"
"SessionType=Normal%c"
"DataDigest=None%c"
- "HeaderDigest=None%c",
+ "HeaderDigest=None%c"
+ "ErrorRecoveryLevel=0%c",
iscsi->initiator, 0, iscsi->target, 0,
iscsi->initiator, 0, iscsi->target, 0,
- 0, 0, 0, 0 );
+ 0, 0, 0, 0
, 0
);
}
/**
}
/**