aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-sbc.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-02-20 22:56:29 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-02-20 22:56:29 +0000
commit642478b43a68b22947bcacc31b47466debf9369d (patch)
tree38ac62f93ea3cfc9692cf5c0af3207c7d877e8bb /epan/dissectors/packet-scsi-sbc.c
parent27051346f95fac34b38cba60f8d054b78c3d6d57 (diff)
fix dead assignment
http://www.wireshark.org/download/automated/analysis/scan-build-2013-02-20-2/report-OsH7hZ.html#EndPath svn path=/trunk/; revision=47782
Diffstat (limited to 'epan/dissectors/packet-scsi-sbc.c')
-rw-r--r--epan/dissectors/packet-scsi-sbc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-scsi-sbc.c b/epan/dissectors/packet-scsi-sbc.c
index 7b94cf91f3..c52f98f2a3 100644
--- a/epan/dissectors/packet-scsi-sbc.c
+++ b/epan/dissectors/packet-scsi-sbc.c
@@ -1387,7 +1387,6 @@ dissect_sbc_serviceactionin16 (tvbuff_t *tvb, packet_info *pinfo _U_,
break;
case SERVICE_GET_LBA_STATUS:
proto_tree_add_item (tree, hf_scsi_sbc_get_lba_status_data_length, tvb, offset, 4, ENC_BIG_ENDIAN);
- block_len = tvb_get_ntohl (tvb, offset);
offset += 4;
/* reserved */