aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index ced94b7d0b..c162d1f9c3 100644
--- a/file.c
+++ b/file.c
@@ -340,7 +340,7 @@ cf_open(capture_file *cf, const char *fname, gboolean is_tempfile, int *err)
cf_timestamp_auto_precision(cf);
/* XXX needed ? */
packet_list_queue_draw();
- fileset_file_opened(fname);
+ cf_callback_invoke(cf_cb_file_opened, cf);
if (cf->cd_t == WTAP_FILE_BER) {
/* tell the BER dissector the file name */