Remove duplicate line-of-code.

(Copy change to rtp_analysis)

svn path=/trunk/; revision=38442
This commit is contained in:
Anders Broman 2011-08-10 04:53:21 +00:00
parent e6a4cb09c7
commit 4ee4c14d06
1 changed files with 0 additions and 1 deletions

View File

@ -3511,7 +3511,6 @@ static void iax2_analysis_cb(GtkWidget *w _U_, gpointer data _U_)
epan_dissect_init(&edt, TRUE, FALSE);
epan_dissect_prime_dfilter(&edt, sfcode);
epan_dissect_run(&edt, &cf->pseudo_header, cf->pd, fdata, NULL);
frame_matched = dfilter_apply_edt(sfcode, &edt);
/* if it is not an iax2 frame, show an error dialog */
frame_matched = dfilter_apply_edt(sfcode, &edt);