iscsi-target: use conn_transport->transport_type in text rsp
Use conn_transport->transport_type instead of ISCSI_TCP to build text response. Signed-off-by: Varun Prakash <varun@chelsio.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Esse commit está contido em:

commit de
Nicholas Bellinger

pai
c0b7373be8
commit
864e504ae2
@@ -3513,7 +3513,8 @@ static int iscsit_send_text_rsp(
|
||||
struct iscsi_text_rsp *hdr = (struct iscsi_text_rsp *)cmd->pdu;
|
||||
int text_length;
|
||||
|
||||
text_length = iscsit_build_text_rsp(cmd, conn, hdr, ISCSI_TCP);
|
||||
text_length = iscsit_build_text_rsp(cmd, conn, hdr,
|
||||
conn->conn_transport->transport_type);
|
||||
if (text_length < 0)
|
||||
return text_length;
|
||||
|
||||
|
Referência em uma nova issue
Block a user