aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-fcswils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fcswils.c b/epan/dissectors/packet-fcswils.c
index 66027427d7..ed12efd0dd 100644
--- a/epan/dissectors/packet-fcswils.c
+++ b/epan/dissectors/packet-fcswils.c
@@ -479,7 +479,7 @@ get_zoneobj_len (tvbuff_t *tvb, gint offset)
len += 4 + tvb_get_guint8 (tvb, offset+3+len);
}
}
- else if (objtype == FC_SWILS_ZONEOBJ_ZONE) {
+ else {
len += 4 + tvb_get_guint8 (tvb, offset+3+len);
}
}