from dinesh

fix to make Zone_Alias objects decode properly


svn path=/trunk/; revision=14367
This commit is contained in:
Ronnie Sahlberg 2005-05-14 21:08:20 +00:00
parent c07f0f0a45
commit 4c29a93f64
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}