aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-09-26 23:40:56 +0000
committerGerald Combs <gerald@wireshark.org>2012-09-26 23:40:56 +0000
commit3994ddc3574b68e2bb75807b13833508cbf3c943 (patch)
tree4666e56a28857047ca16e99bb26fb0919a706faf /file.c
parent998da54456f675fb7fad7d7ecd52fab4a12d16d8 (diff)
Call fileset_file_closed from cf_cb_file_closed.
svn path=/trunk/; revision=45163
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/file.c b/file.c
index c162d1f9c3..cf7e4a7da1 100644
--- a/file.c
+++ b/file.c
@@ -442,8 +442,6 @@ cf_reset_state(capture_file *cf)
/* We have no file open. */
cf->state = FILE_CLOSED;
-
- fileset_file_closed();
}
/* Reset everything to a pristine state */