Revision: 14385
          http://edk2.svn.sourceforge.net/edk2/?rev=14385&view=rev
Author:   vanjeff
Date:     2013-05-23 02:09:44 +0000 (Thu, 23 May 2013)
Log Message:
-----------
Rollback patches r14294 and r14296 from UDK2010.SR1 Branch.

Revision Links:
--------------
    http://edk2.svn.sourceforge.net/edk2/?rev=14294&view=rev
    http://edk2.svn.sourceforge.net/edk2/?rev=14296&view=rev

Modified Paths:
--------------
    branches/UDK2010.SR1/MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.c
    branches/UDK2010.SR1/NetworkPkg/IScsiDxe/IScsiProto.c

Modified: 
branches/UDK2010.SR1/MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.c
===================================================================
--- branches/UDK2010.SR1/MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.c   
2013-05-22 06:00:28 UTC (rev 14384)
+++ branches/UDK2010.SR1/MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.c   
2013-05-23 02:09:44 UTC (rev 14385)
@@ -1,7 +1,7 @@
 /** @file
   The implementation of iSCSI protocol based on RFC3720.
 
-Copyright (c) 2004 - 2013, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2011, 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
@@ -742,7 +742,7 @@
   NetbufQueAppend (&Conn->RspQue, Pdu);
 
   Conn->PartialRspRcvd = Continue;
-  if ((!Transit) || Continue) {
+  if (Continue) {
     //
     // It's a partial response, have to wait for another or more 
Request/Response
     // conversations to get the full response.

Modified: branches/UDK2010.SR1/NetworkPkg/IScsiDxe/IScsiProto.c
===================================================================
--- branches/UDK2010.SR1/NetworkPkg/IScsiDxe/IScsiProto.c       2013-05-22 
06:00:28 UTC (rev 14384)
+++ branches/UDK2010.SR1/NetworkPkg/IScsiDxe/IScsiProto.c       2013-05-23 
02:09:44 UTC (rev 14385)
@@ -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.


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to