aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-03 22:48:20 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-03 22:48:20 +0000
commit9ff19a4c94351adfedb53dab9b6445786827345f (patch)
tree67db939f06b268e7ecd9e85c3391001fe4c6ef43 /cfile.c
parentfc9a0f074463403aca8bf995d125645eb6eb8b3a (diff)
move capture_file_fd field from capture_file to capture_opts type, as this is the place where it should be
svn path=/trunk/; revision=13268
Diffstat (limited to 'cfile.c')
-rw-r--r--cfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfile.c b/cfile.c
index 475906408d..5b958f3252 100644
--- a/cfile.c
+++ b/cfile.c
@@ -57,7 +57,6 @@ init_cap_file(capture_file *cf)
#endif
cf->iface = NULL;
cf->save_file = NULL;
- cf->save_file_fd = -1;
cf->has_snap = FALSE;
cf->snap = WTAP_MAX_PACKET_SIZE;
cf->count = 0;