Don't init fc_fragment_table twice via registered_init_routines...

svn path=/trunk/; revision=30582
This commit is contained in:
Bill Meier 2009-10-16 22:00:41 +00:00
parent c4f5ac7cbc
commit 09cfdb2530
1 changed files with 0 additions and 7 deletions

View File

@ -343,12 +343,6 @@ static const value_string fc_eof_vals[] = {
{0, NULL}
};
static void fc_defragment_init(void)
{
fragment_table_init (&fc_fragment_table);
}
/* BA_ACC & BA_RJT are decoded in this file itself instead of a traditional
* dedicated file and dissector format because the dissector would require some
* fields of the FC_HDR such as param in some cases, type in some others, the
@ -1571,7 +1565,6 @@ proto_register_fc(void)
"multi-frame sequence", 10,
&fc_max_frame_size);
register_init_routine(fc_defragment_init);
register_init_routine (fc_exchange_init_protocol);