Revision: 14461
          http://sourceforge.net/p/edk2/code/14461
Author:   sfu5
Date:     2013-07-10 05:52:58 +0000 (Wed, 10 Jul 2013)
Log Message:
-----------
Roll back the changes in revision 14294 since it will cause iSCSI security 
authentication issue.
Signed-off-by: Fu Siyuan <[email protected]>
Reviewed-by: Ouyang Qian <[email protected]> 
Reviewed-by: Ye Ting <[email protected]>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/14294

Modified Paths:
--------------
    trunk/edk2/NetworkPkg/IScsiDxe/IScsiProto.c

Modified: trunk/edk2/NetworkPkg/IScsiDxe/IScsiProto.c
===================================================================
--- trunk/edk2/NetworkPkg/IScsiDxe/IScsiProto.c 2013-07-10 02:06:49 UTC (rev 
14460)
+++ trunk/edk2/NetworkPkg/IScsiDxe/IScsiProto.c 2013-07-10 05:52:58 UTC (rev 
14461)
@@ -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 @@
   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.

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to