]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Roll back the changes in revision 14296 since it will cause iSCSI security authentica...
authorFu Siyuan <siyuan.fu@intel.com>
Thu, 25 Jul 2013 05:55:09 +0000 (05:55 +0000)
committersfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 25 Jul 2013 05:55:09 +0000 (05:55 +0000)
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@14503 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.c

index aff036bb7afe67173d931c4302b35e2aeaaff442..5a6002e83401ad3a556d13f98b708faf8905b14c 100644 (file)
@@ -742,7 +742,7 @@ IScsiProcessLoginRsp (
   NetbufQueAppend (&Conn->RspQue, Pdu);\r
 \r
   Conn->PartialRspRcvd = Continue;\r
-  if ((!Transit) || Continue) {\r
+  if (Continue) {\r
     //\r
     // It's a partial response, have to wait for another or more Request/Response\r
     // conversations to get the full response.\r