diff options
author | Fu Siyuan <siyuan.fu@intel.com> | 2013-07-10 05:52:58 +0000 |
---|---|---|
committer | sfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-07-10 05:52:58 +0000 |
commit | 6c657d742e7a05786a74ee75e1237d9192913a44 (patch) | |
tree | 4f697afeb30346747ef141eae2e0e6af12628df2 /NetworkPkg/IScsiDxe | |
parent | de27b8f0707bee2cd3238a5755420515e8e6bdc3 (diff) | |
download | edk2-platforms-6c657d742e7a05786a74ee75e1237d9192913a44.tar.xz |
Roll back the changes in revision 14294 since it will cause iSCSI security authentication issue.
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ouyang Qian <qian.ouyang@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14461 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/IScsiDxe')
-rw-r--r-- | NetworkPkg/IScsiDxe/IScsiProto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NetworkPkg/IScsiDxe/IScsiProto.c b/NetworkPkg/IScsiDxe/IScsiProto.c index d5e0994b53..e7493c61f6 100644 --- a/NetworkPkg/IScsiDxe/IScsiProto.c +++ b/NetworkPkg/IScsiDxe/IScsiProto.c @@ -1,7 +1,7 @@ /** @file
The implementation of iSCSI protocol based on RFC3720.
-Copyright (c) 2004 - 2012, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2013, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -975,7 +975,7 @@ IScsiProcessLoginRsp ( NetbufQueAppend (&Conn->RspQue, Pdu);
Conn->PartialRspRcvd = Continue;
- if ((!Transit) || Continue) {
+ if (Continue) {
//
// It is a partial response; must wait for another or more Request/Response
// conversations to get the full response.
|