move capture_file_fd field from capture_file to capture_opts type, as this is the...
[obnox/wireshark/wip.git] / cfile.c
diff --git a/cfile.c b/cfile.c
index 475906408db73ea04fa8fbb23ebbf42186741b8e..5b958f3252dac864ca43a124cffdf2edd40bd07f 100644 (file)
--- 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;