Fix another infinite loop found by randpkt.

svn path=/trunk/; revision=15339
This commit is contained in:
Gerald Combs 2005-08-13 18:49:57 +00:00
parent 5030bf580c
commit 078df6ca6c
1 changed files with 2 additions and 2 deletions

View File

@ -231,8 +231,8 @@ dissect_csm_encaps(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree *csm_encaps_tree = NULL;
proto_tree *csm_encaps_control_tree = NULL;
guint16 function_code, channel, class_type;
guint8 control, type, sequence, length;
guint8 i;
guint control, type, sequence, length;
guint i;
gboolean show_error_param= FALSE;
gchar *str_function_name;