One very minor reg_handoff change [static ... not req'd]

svn path=/trunk/; revision=27364
This commit is contained in:
Bill Meier 2009-02-04 00:12:55 +00:00
parent 973bd36bb0
commit 52c567e2b2
1 changed files with 1 additions and 1 deletions

View File

@ -1957,7 +1957,7 @@ proto_register_dect(void)
void
proto_reg_handoff_dect(void)
{
static dissector_handle_t dect_handle;
dissector_handle_t dect_handle;
dect_handle = create_dissector_handle(dissect_dect,proto_dect);
dissector_add("ethertype",ETHERTYPE_DECT ,dect_handle);