e283c385e7
Previously, we had a pdu->ahs pointer that was always NULL (never set anywhere), and we would try to read data into this NULL pointer if the initiator ever sent a PDU with a non-zero TotalAHSLength. Rename the existing ahs_data array in the PDU to just "ahs" to minimize the necessary changes. We never actually dereference the ahs structure, so its type is not important. (We can cast it later if we add support for anything that requires an AHS.) Change-Id: I10d19a6e0d99f326794cbe6469eacedadc634c67 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/369315 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> |
||
---|---|---|
.. | ||
iscsi.c | ||
param.c | ||
tgt_node.c | ||
common.c | ||
Makefile |