Roll back the changes in revision 14296 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@14503 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Fu Siyuan 2013-07-25 05:55:09 +00:00 committed by sfu5
parent ff351683a6
commit 1fd4578528
1 changed files with 1 additions and 1 deletions

View File

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