diff options
author | Varun Prakash <varun@chelsio.com> | 2017-07-23 20:03:45 +0530 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2017-07-30 15:32:48 -0700 |
commit | 310d40a973c560a24c79f84cb5f16dc540a05686 (patch) | |
tree | c0532c34b8c0a1261aa8cbeed3a6a3b4c1b71ee6 /tools | |
parent | ea8dc5b4cd2195ee582cae28afa4164c6dea1738 (diff) |
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 'tools')
0 files changed, 0 insertions, 0 deletions