Invalid code in range_delete_callback.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3041

svn path=/trunk/; revision=26715
This commit is contained in:
Anders Broman 2008-11-06 21:41:49 +00:00
parent a53e0d1b5f
commit ac85993e58
2 changed files with 2 additions and 4 deletions

View File

@ -4371,7 +4371,6 @@ static void range_delete_callback(guint32 ssn)
{ {
if (ssn) { if (ssn) {
delete_ansi_tcap_subdissector(ssn , ansi_map_handle); delete_ansi_tcap_subdissector(ssn , ansi_map_handle);
add_ansi_tcap_subdissector(ssn , ansi_map_handle);
} }
} }

View File

@ -15811,7 +15811,6 @@ static void range_delete_callback(guint32 ssn)
{ {
if (ssn) { if (ssn) {
delete_ansi_tcap_subdissector(ssn , ansi_map_handle); delete_ansi_tcap_subdissector(ssn , ansi_map_handle);
add_ansi_tcap_subdissector(ssn , ansi_map_handle);
} }
} }
@ -18798,7 +18797,7 @@ void proto_register_ansi_map(void) {
"ansi_map.StatusRequestRes", HFILL }}, "ansi_map.StatusRequestRes", HFILL }},
/*--- End of included file: packet-ansi_map-hfarr.c ---*/ /*--- End of included file: packet-ansi_map-hfarr.c ---*/
#line 5213 "packet-ansi_map-template.c" #line 5212 "packet-ansi_map-template.c"
}; };
/* List of subtrees */ /* List of subtrees */
@ -19051,7 +19050,7 @@ void proto_register_ansi_map(void) {
&ett_ansi_map_ReturnData, &ett_ansi_map_ReturnData,
/*--- End of included file: packet-ansi_map-ettarr.c ---*/ /*--- End of included file: packet-ansi_map-ettarr.c ---*/
#line 5246 "packet-ansi_map-template.c" #line 5245 "packet-ansi_map-template.c"
}; };