diff options
author | Varun Prakash <varun@chelsio.com> | 2017-07-23 16:33:45 +0200 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2017-07-31 00:32:48 +0200 |
commit | 310d40a973c560a24c79f84cb5f16dc540a05686 (patch) | |
tree | c0532c34b8c0a1261aa8cbeed3a6a3b4c1b71ee6 /drivers/target/iscsi/cxgbit | |
parent | iscsi-target: fix memory leak in iscsit_setup_text_cmd() (diff) | |
download | linux-310d40a973c560a24c79f84cb5f16dc540a05686.tar.xz linux-310d40a973c560a24c79f84cb5f16dc540a05686.zip |
iscsi-target: fix invalid flags in text response
In case of multiple text responses iscsi-target
sets both 'F' and 'C' bit for the final text response
pdu, this issue happens because hdr->flags is not
zeroed out before ORing with 'F' bit.
This patch removes the | operator to fix this issue.
Signed-off-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/iscsi/cxgbit')
0 files changed, 0 insertions, 0 deletions