From 1fd4578528e62646025f3eabb3d059c308516e71 Mon Sep 17 00:00:00 2001 From: Fu Siyuan Date: Thu, 25 Jul 2013 05:55:09 +0000 Subject: [PATCH] Roll back the changes in revision 14296 since it will cause iSCSI security authentication issue. Signed-off-by: Fu Siyuan Reviewed-by: Ouyang Qian Reviewed-by: Ye Ting 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.c b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.c index aff036bb7a..5a6002e834 100644 --- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.c +++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.c @@ -742,7 +742,7 @@ IScsiProcessLoginRsp ( 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. -- 2.39.2