aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-03 22:48:20 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-03 22:48:20 +0000
commit281710f10d2a67eaa6668571661e9ef4250a7768 (patch)
tree67db939f06b268e7ecd9e85c3391001fe4c6ef43 /cfile.c
parentee99dbed353fe33bbb8d5d2d1534940cf74cd954 (diff)
move capture_file_fd field from capture_file to capture_opts type, as this is the place where it should be
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13268 f5534014-38df-0310-8fa8-9805f1628bb7
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;