summaryrefslogtreecommitdiff
path: root/asn1/ftam
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-07-30 23:47:36 +0000
committerGerald Combs <gerald@wireshark.org>2009-07-30 23:47:36 +0000
commit9a35ed601d03b23efa2d54f6a02de98c18ef3f39 (patch)
tree858ea262eaf83823af893f9b1045930797181c8d /asn1/ftam
parentdb0698fd0acc7e5309207f4604edf2e4508c99a9 (diff)
downloadwireshark-9a35ed601d03b23efa2d54f6a02de98c18ef3f39.tar.gz
Remove more unused variables.
svn path=/trunk/; revision=29249
Diffstat (limited to 'asn1/ftam')
-rw-r--r--asn1/ftam/packet-ftam-template.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/asn1/ftam/packet-ftam-template.c b/asn1/ftam/packet-ftam-template.c
index 49d4546bdb..78d20f4335 100644
--- a/asn1/ftam/packet-ftam-template.c
+++ b/asn1/ftam/packet-ftam-template.c
@@ -111,7 +111,6 @@ dissect_ftam(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
offset=dissect_ftam_PDU(FALSE, tvb, offset, &asn1_ctx, tree, -1);
if(offset == old_offset){
proto_tree_add_text(tree, tvb, offset, -1,"Internal error, zero-byte FTAM PDU");
- offset = tvb_length(tvb);
break;
}
}